import { PaymentMethod, PaymentType } from '../../enum';
export interface IPaymentParams {
    Currency?: string;
    Method?: PaymentMethod;
    MethodParty?: string;
    PaymentType?: PaymentType;
}
//# sourceMappingURL=payment-params.interface.d.ts.map