UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceGooglePayVerificationOptions = void 0; var PaymentAcceptanceGooglePayVerificationOptions; (function (PaymentAcceptanceGooglePayVerificationOptions) { PaymentAcceptanceGooglePayVerificationOptions.discriminator = 'PaymentAcceptanceGooglePayVerificationOptions'; PaymentAcceptanceGooglePayVerificationOptions.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'number', }, { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'external_three_ds', baseName: 'external_three_ds', type: 'PaymentAcceptanceExternalThreeDomainSecure', }, { name: 'three_ds_action', baseName: 'three_ds_action', type: 'string', }, ]; })(PaymentAcceptanceGooglePayVerificationOptions || (exports.PaymentAcceptanceGooglePayVerificationOptions = PaymentAcceptanceGooglePayVerificationOptions = {})); //# sourceMappingURL=paymentAcceptanceGooglePayVerificationOptions.js.map