UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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