UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 595 B
import { PaymentAcceptanceEmv } from './paymentAcceptanceEmv'; import { PaymentAcceptanceThreeDomainSecure } from './paymentAcceptanceThreeDomainSecure'; export interface PaymentAcceptanceAuthenticationMethod { emv?: PaymentAcceptanceEmv; three_ds?: PaymentAcceptanceThreeDomainSecure; type: string; } export declare namespace PaymentAcceptanceAuthenticationMethod { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceAuthenticationMethod.d.ts.map