UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

20 lines 893 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceApplePayVerificationOptions = void 0; var PaymentAcceptanceApplePayVerificationOptions; (function (PaymentAcceptanceApplePayVerificationOptions) { PaymentAcceptanceApplePayVerificationOptions.discriminator = 'PaymentAcceptanceApplePayVerificationOptions'; PaymentAcceptanceApplePayVerificationOptions.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'number', }, { name: 'currency', baseName: 'currency', type: 'string', }, ]; })(PaymentAcceptanceApplePayVerificationOptions || (exports.PaymentAcceptanceApplePayVerificationOptions = PaymentAcceptanceApplePayVerificationOptions = {})); //# sourceMappingURL=paymentAcceptanceApplePayVerificationOptions.js.map