UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptancePaymentConsentVerificationOptions = void 0; var PaymentAcceptancePaymentConsentVerificationOptions; (function (PaymentAcceptancePaymentConsentVerificationOptions) { PaymentAcceptancePaymentConsentVerificationOptions.discriminator = 'PaymentAcceptancePaymentConsentVerificationOptions'; PaymentAcceptancePaymentConsentVerificationOptions.attributeTypeMap = [ { name: 'applepay', baseName: 'applepay', type: 'PaymentAcceptanceApplePayVerificationOptions', }, { name: 'card', baseName: 'card', type: 'PaymentAcceptanceCardVerificationOptions', }, { name: 'googlepay', baseName: 'googlepay', type: 'PaymentAcceptanceGooglePayVerificationOptions', }, { name: 'wechatpay', baseName: 'wechatpay', type: 'PaymentAcceptanceWeChatPayVerificationOptions', }, ]; })(PaymentAcceptancePaymentConsentVerificationOptions || (exports.PaymentAcceptancePaymentConsentVerificationOptions = PaymentAcceptancePaymentConsentVerificationOptions = {})); //# sourceMappingURL=paymentAcceptancePaymentConsentVerificationOptions.js.map