UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

16 lines 612 B
import { PaymentAcceptanceExternalThreeDomainSecure } from './paymentAcceptanceExternalThreeDomainSecure'; export interface PaymentAcceptanceGooglePayVerificationOptions { amount?: number; currency: string; external_three_ds?: PaymentAcceptanceExternalThreeDomainSecure; three_ds_action?: string; } export declare namespace PaymentAcceptanceGooglePayVerificationOptions { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceGooglePayVerificationOptions.d.ts.map