UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 912 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FromToPair = void 0; var FromToPair; (function (FromToPair) { FromToPair.discriminator = 'FromToPair'; FromToPair.attributeTypeMap = [ { name: 'ccy_pair', baseName: 'ccy_pair', type: 'CurrencyPair', }, { name: 'currency_pair', baseName: 'currency_pair', type: 'CurrencyPair', }, { name: 'from_ccy', baseName: 'from_ccy', type: 'Currency', }, { name: 'value', baseName: 'value', type: 'string', }, { name: 'to_ccy', baseName: 'to_ccy', type: 'Currency', }, ]; })(FromToPair || (exports.FromToPair = FromToPair = {})); //# sourceMappingURL=fromToPair.js.map