@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
33 lines • 1.12 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.SaleTerminalData = void 0;
/**
* Information related to the software and hardware features of the Sale Terminal. Sent in the Login Request if a Sale Terminal is involved in the login. In other messages, sent when a logical device is out of order (SaleCapabilities) or when other data have changed or were missing in the Login.
*/
class SaleTerminalData {
static getAttributeTypeMap() {
return SaleTerminalData.attributeTypeMap;
}
constructor() {
}
}
exports.SaleTerminalData = SaleTerminalData;
SaleTerminalData.discriminator = undefined;
SaleTerminalData.mapping = undefined;
SaleTerminalData.attributeTypeMap = [
{
"name": "TotalsGroupID",
"baseName": "TotalsGroupID",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=saleTerminalData.js.map