UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 743 B
import { PaymentAcceptanceAccountFundingRecipientCreate } from './paymentAcceptanceAccountFundingRecipientCreate'; import { PaymentAcceptanceAccountFundingSender } from './paymentAcceptanceAccountFundingSender'; export interface PaymentAcceptanceAccountFundingDataCreate { recipient?: PaymentAcceptanceAccountFundingRecipientCreate; sender?: PaymentAcceptanceAccountFundingSender; transfer_between_own_accounts?: boolean; type: string; } export declare namespace PaymentAcceptanceAccountFundingDataCreate { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceAccountFundingDataCreate.d.ts.map