@airwallex/node-sdk
Version:
Airwallex Node.js SDK
50 lines • 1.32 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CurrencyPair = void 0;
var CurrencyPair;
(function (CurrencyPair) {
CurrencyPair.discriminator = 'CurrencyPair';
CurrencyPair.attributeTypeMap = [
{
name: 'ask_from_to_pair',
baseName: 'ask_from_to_pair',
type: 'FromToPair',
},
{
name: 'base',
baseName: 'base',
type: 'Currency',
},
{
name: 'bid_from_to_pair',
baseName: 'bid_from_to_pair',
type: 'FromToPair',
},
{
name: 'fx_convention',
baseName: 'fx_convention',
type: 'CurrencyPair',
},
{
name: 'fxconvention',
baseName: 'fxconvention',
type: 'boolean',
},
{
name: 'value',
baseName: 'value',
type: 'string',
},
{
name: 'value_with_slash',
baseName: 'value_with_slash',
type: 'string',
},
{
name: 'terms',
baseName: 'terms',
type: 'Currency',
},
];
})(CurrencyPair || (exports.CurrencyPair = CurrencyPair = {}));
//# sourceMappingURL=currencyPair.js.map