UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

17 lines 540 B
export interface PaymentAcceptanceExternalThreeDomainSecure { authentication_value?: string; ds_transaction_id?: string; eci?: string; three_ds_exemption?: string; three_ds_server_transaction_id?: string; version?: string; } export declare namespace PaymentAcceptanceExternalThreeDomainSecure { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceExternalThreeDomainSecure.d.ts.map