UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 398 B
export interface PaymentAcceptanceThreeDomainSecure { eci_indicator?: string; online_payment_cryptogram: string; } export declare namespace PaymentAcceptanceThreeDomainSecure { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceThreeDomainSecure.d.ts.map