@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
49 lines • 1.71 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.GetTotalsRequest = void 0;
/**
* It conveys information from the Sale System related to the scope and the format of the totals to be computed by the POI System. Content of the Get Totals Request message.
*/
class GetTotalsRequest {
static getAttributeTypeMap() {
return GetTotalsRequest.attributeTypeMap;
}
constructor() {
}
}
exports.GetTotalsRequest = GetTotalsRequest;
GetTotalsRequest.discriminator = undefined;
GetTotalsRequest.mapping = undefined;
GetTotalsRequest.attributeTypeMap = [
{
"name": "TotalDetails",
"baseName": "TotalDetails",
"type": "GetTotalsRequest.TotalDetailsEnum",
"format": ""
},
{
"name": "TotalFilter",
"baseName": "TotalFilter",
"type": "TotalFilter | null",
"format": ""
}
];
(function (GetTotalsRequest) {
let TotalDetailsEnum;
(function (TotalDetailsEnum) {
TotalDetailsEnum["Poiid"] = "POIID";
TotalDetailsEnum["SaleId"] = "SaleID";
TotalDetailsEnum["OperatorId"] = "OperatorID";
TotalDetailsEnum["ShiftNumber"] = "ShiftNumber";
TotalDetailsEnum["TotalsGroupId"] = "TotalsGroupID";
})(TotalDetailsEnum = GetTotalsRequest.TotalDetailsEnum || (GetTotalsRequest.TotalDetailsEnum = {}));
})(GetTotalsRequest = exports.GetTotalsRequest || (exports.GetTotalsRequest = {}));
//# sourceMappingURL=getTotalsRequest.js.map