UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 551 B
export interface PaymentDistributionApiDto { payment_type?: PaymentDistributionApiDto.PaymentTypeEnum; percentage?: string; } export declare namespace PaymentDistributionApiDto { const validPaymentTypeEnum: readonly ["CARDS", "BANK_DIRECT_DEBIT", "OTHER"]; type PaymentTypeEnum = (typeof validPaymentTypeEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentDistributionApiDto.d.ts.map