UNPKG

@adyen/api-library

Version:

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

63 lines 1.68 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * 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.CurrencyConversion = void 0; /** * Information related to a currency conversion. A currency conversion occurred in the payment, and the merchant needs to know information related to this conversion (e.g. to print on the sale receipt). */ class CurrencyConversion { static getAttributeTypeMap() { return CurrencyConversion.attributeTypeMap; } constructor() { } } exports.CurrencyConversion = CurrencyConversion; CurrencyConversion.discriminator = undefined; CurrencyConversion.mapping = undefined; CurrencyConversion.attributeTypeMap = [ { "name": "CustomerApprovedFlag", "baseName": "CustomerApprovedFlag", "type": "boolean", "format": "" }, { "name": "ConvertedAmount", "baseName": "ConvertedAmount", "type": "ConvertedAmount", "format": "" }, { "name": "Rate", "baseName": "Rate", "type": "number", "format": "" }, { "name": "Markup", "baseName": "Markup", "type": "number", "format": "" }, { "name": "Commission", "baseName": "Commission", "type": "number", "format": "" }, { "name": "Declaration", "baseName": "Declaration", "type": "string", "format": "" } ]; //# sourceMappingURL=currencyConversion.js.map