UNPKG

@adyen/api-library

Version:

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

75 lines 1.78 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.AmountsReq = void 0; /** * Various amounts related to the payment request from the Sale System. */ class AmountsReq { static getAttributeTypeMap() { return AmountsReq.attributeTypeMap; } constructor() { } } exports.AmountsReq = AmountsReq; AmountsReq.discriminator = undefined; AmountsReq.mapping = undefined; AmountsReq.attributeTypeMap = [ { "name": "Currency", "baseName": "Currency", "type": "string", "format": "" }, { "name": "RequestedAmount", "baseName": "RequestedAmount", "type": "number", "format": "" }, { "name": "CashBackAmount", "baseName": "CashBackAmount", "type": "number", "format": "" }, { "name": "TipAmount", "baseName": "TipAmount", "type": "number", "format": "" }, { "name": "PaidAmount", "baseName": "PaidAmount", "type": "number", "format": "" }, { "name": "MinimumAmountToDeliver", "baseName": "MinimumAmountToDeliver", "type": "number", "format": "" }, { "name": "MaximumCashBackAmount", "baseName": "MaximumCashBackAmount", "type": "number", "format": "" }, { "name": "MinimumSplitAmount", "baseName": "MinimumSplitAmount", "type": "number", "format": "" } ]; //# sourceMappingURL=amountsReq.js.map