UNPKG

@adyen/api-library

Version:

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

60 lines 1.43 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.AmountsResp = void 0; class AmountsResp { static getAttributeTypeMap() { return AmountsResp.attributeTypeMap; } constructor() { } } exports.AmountsResp = AmountsResp; AmountsResp.discriminator = undefined; AmountsResp.mapping = undefined; AmountsResp.attributeTypeMap = [ { "name": "Currency", "baseName": "Currency", "type": "string", "format": "" }, { "name": "AuthorizedAmount", "baseName": "AuthorizedAmount", "type": "number", "format": "" }, { "name": "TotalRebatesAmount", "baseName": "TotalRebatesAmount", "type": "number", "format": "" }, { "name": "TotalFeesAmount", "baseName": "TotalFeesAmount", "type": "number", "format": "" }, { "name": "CashBackAmount", "baseName": "CashBackAmount", "type": "number", "format": "" }, { "name": "TipAmount", "baseName": "TipAmount", "type": "number", "format": "" } ]; //# sourceMappingURL=amountsResp.js.map