UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

19 lines 1.06 kB
import { PaymentAcceptanceApplePayVerificationOptions } from './paymentAcceptanceApplePayVerificationOptions'; import { PaymentAcceptanceCardVerificationOptions } from './paymentAcceptanceCardVerificationOptions'; import { PaymentAcceptanceGooglePayVerificationOptions } from './paymentAcceptanceGooglePayVerificationOptions'; import { PaymentAcceptanceWeChatPayVerificationOptions } from './paymentAcceptanceWeChatPayVerificationOptions'; export interface PaymentAcceptancePaymentConsentVerificationOptions { applepay?: PaymentAcceptanceApplePayVerificationOptions; card?: PaymentAcceptanceCardVerificationOptions; googlepay?: PaymentAcceptanceGooglePayVerificationOptions; wechatpay?: PaymentAcceptanceWeChatPayVerificationOptions; } export declare namespace PaymentAcceptancePaymentConsentVerificationOptions { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptancePaymentConsentVerificationOptions.d.ts.map