UNPKG

@adyen/api-library

Version:

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

93 lines 2.4 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.TransactionTotals = void 0; /** * If Result is Success, contains all the totals, classified as required by the Sale in the message request. At least, transaction totals are provided per Acquirer, Acquirer Settlement, and Card Brand. Result of the Sale to POI Reconciliation processing. */ class TransactionTotals { static getAttributeTypeMap() { return TransactionTotals.attributeTypeMap; } constructor() { } } exports.TransactionTotals = TransactionTotals; TransactionTotals.discriminator = undefined; TransactionTotals.mapping = undefined; TransactionTotals.attributeTypeMap = [ { "name": "PaymentInstrumentType", "baseName": "PaymentInstrumentType", "type": "PaymentInstrumentType", "format": "" }, { "name": "AcquirerID", "baseName": "AcquirerID", "type": "number", "format": "" }, { "name": "HostReconciliationID", "baseName": "HostReconciliationID", "type": "string", "format": "" }, { "name": "CardBrand", "baseName": "CardBrand", "type": "string", "format": "" }, { "name": "POIID", "baseName": "POIID", "type": "string", "format": "" }, { "name": "SaleID", "baseName": "SaleID", "type": "string", "format": "" }, { "name": "OperatorID", "baseName": "OperatorID", "type": "string", "format": "" }, { "name": "ShiftNumber", "baseName": "ShiftNumber", "type": "string", "format": "" }, { "name": "TotalsGroupID", "baseName": "TotalsGroupID", "type": "string", "format": "" }, { "name": "PaymentCurrency", "baseName": "PaymentCurrency", "type": "string", "format": "" }, { "name": "PaymentTotals", "baseName": "PaymentTotals", "type": "Array<PaymentTotals>", "format": "" } ]; //# sourceMappingURL=transactionTotals.js.map