UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

81 lines 1.77 kB
"use strict"; /* * The version of the OpenAPI document: v68 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ForexQuote = void 0; class ForexQuote { static getAttributeTypeMap() { return ForexQuote.attributeTypeMap; } } exports.ForexQuote = ForexQuote; ForexQuote.discriminator = undefined; ForexQuote.attributeTypeMap = [ { "name": "account", "baseName": "account", "type": "string" }, { "name": "accountType", "baseName": "accountType", "type": "string" }, { "name": "baseAmount", "baseName": "baseAmount", "type": "Amount | null" }, { "name": "basePoints", "baseName": "basePoints", "type": "number" }, { "name": "buy", "baseName": "buy", "type": "Amount | null" }, { "name": "interbank", "baseName": "interbank", "type": "Amount | null" }, { "name": "reference", "baseName": "reference", "type": "string" }, { "name": "sell", "baseName": "sell", "type": "Amount | null" }, { "name": "signature", "baseName": "signature", "type": "string" }, { "name": "source", "baseName": "source", "type": "string" }, { "name": "type", "baseName": "type", "type": "string" }, { "name": "validTill", "baseName": "validTill", "type": "Date" } ]; //# sourceMappingURL=forexQuote.js.map