UNPKG

@tomei/finance

Version:

NestJS package for finance module

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