UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 527 B
export interface PaymentAcceptanceBecsDirectDebitVerifyRequest { account_number: string; bsb_number: string; business_account?: boolean; mandate_version?: string; owner_email: string; owner_name: string; } export declare namespace PaymentAcceptanceBecsDirectDebitVerifyRequest { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceBecsDirectDebitVerifyRequest.d.ts.map