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