@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
39 lines • 1.03 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.TransactionIDType = void 0;
/**
* Identification of a transaction for the Sale System or the POI System.
*/
class TransactionIDType {
static getAttributeTypeMap() {
return TransactionIDType.attributeTypeMap;
}
constructor() {
}
}
exports.TransactionIDType = TransactionIDType;
TransactionIDType.discriminator = undefined;
TransactionIDType.mapping = undefined;
TransactionIDType.attributeTypeMap = [
{
"name": "TransactionID",
"baseName": "TransactionID",
"type": "string",
"format": ""
},
{
"name": "TimeStamp",
"baseName": "TimeStamp",
"type": "Date",
"format": "date-time"
}
];
//# sourceMappingURL=transactionIDType.js.map