@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
45 lines • 1.27 kB
JavaScript
;
/*
* 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.GetTotalsResponse = void 0;
/**
* Content of the Reconciliation Response message. It conveys Information related to the Reconciliation transaction processed by the POI System.
*/
class GetTotalsResponse {
static getAttributeTypeMap() {
return GetTotalsResponse.attributeTypeMap;
}
constructor() {
}
}
exports.GetTotalsResponse = GetTotalsResponse;
GetTotalsResponse.discriminator = undefined;
GetTotalsResponse.mapping = undefined;
GetTotalsResponse.attributeTypeMap = [
{
"name": "Response",
"baseName": "Response",
"type": "Response",
"format": ""
},
{
"name": "POIReconciliationID",
"baseName": "POIReconciliationID",
"type": "number",
"format": ""
},
{
"name": "TransactionTotals",
"baseName": "TransactionTotals",
"type": "Array<TransactionTotals>",
"format": ""
}
];
//# sourceMappingURL=getTotalsResponse.js.map