UNPKG

@adyen/api-library

Version:

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

96 lines 2.1 kB
"use strict"; /* * The version of the OpenAPI document: v71 * * * 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; } constructor() { } } exports.ForexQuote = ForexQuote; ForexQuote.discriminator = undefined; ForexQuote.mapping = undefined; ForexQuote.attributeTypeMap = [ { "name": "account", "baseName": "account", "type": "string", "format": "" }, { "name": "accountType", "baseName": "accountType", "type": "string", "format": "" }, { "name": "baseAmount", "baseName": "baseAmount", "type": "Amount | null", "format": "" }, { "name": "basePoints", "baseName": "basePoints", "type": "number", "format": "int32" }, { "name": "buy", "baseName": "buy", "type": "Amount | null", "format": "" }, { "name": "interbank", "baseName": "interbank", "type": "Amount | null", "format": "" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "sell", "baseName": "sell", "type": "Amount | null", "format": "" }, { "name": "signature", "baseName": "signature", "type": "string", "format": "" }, { "name": "source", "baseName": "source", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" }, { "name": "validTill", "baseName": "validTill", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=forexQuote.js.map