UNPKG

@tomei/finance

Version:

NestJS package for finance module

9 lines 264 B
export interface IPaymentMethodTypeAttr { MethodTypeId: string; MethodId: string; Name: string; AccountNo: string; ProcessingFeeRate: number; ProcessingFeeAccountNo: string; } //# sourceMappingURL=payment-method-type-attr.interface.d.ts.map