UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 372 B
export interface PaymentAcceptancePaymentSchedule { period?: number; period_unit?: string; } export declare namespace PaymentAcceptancePaymentSchedule { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptancePaymentSchedule.d.ts.map