UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceDccData = void 0; var PaymentAcceptanceDccData; (function (PaymentAcceptanceDccData) { PaymentAcceptanceDccData.discriminator = 'PaymentAcceptanceDccData'; PaymentAcceptanceDccData.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'number', }, { name: 'client_rate', baseName: 'client_rate', type: 'number', }, { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'currency_pair', baseName: 'currency_pair', type: 'string', }, { name: 'rate_expiry', baseName: 'rate_expiry', type: 'string', }, { name: 'rate_timestamp', baseName: 'rate_timestamp', type: 'string', }, ]; })(PaymentAcceptanceDccData || (exports.PaymentAcceptanceDccData = PaymentAcceptanceDccData = {})); //# sourceMappingURL=paymentAcceptanceDccData.js.map