@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
156 lines • 3.71 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* 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.TerminalSettings = void 0;
class TerminalSettings {
static getAttributeTypeMap() {
return TerminalSettings.attributeTypeMap;
}
constructor() {
}
}
exports.TerminalSettings = TerminalSettings;
TerminalSettings.discriminator = undefined;
TerminalSettings.mapping = undefined;
TerminalSettings.attributeTypeMap = [
{
"name": "cardholderReceipt",
"baseName": "cardholderReceipt",
"type": "CardholderReceipt | null",
"format": ""
},
{
"name": "connectivity",
"baseName": "connectivity",
"type": "Connectivity | null",
"format": ""
},
{
"name": "gratuities",
"baseName": "gratuities",
"type": "Array<Gratuity> | null",
"format": ""
},
{
"name": "hardware",
"baseName": "hardware",
"type": "Hardware | null",
"format": ""
},
{
"name": "localization",
"baseName": "localization",
"type": "Localization | null",
"format": ""
},
{
"name": "nexo",
"baseName": "nexo",
"type": "Nexo | null",
"format": ""
},
{
"name": "offlineProcessing",
"baseName": "offlineProcessing",
"type": "OfflineProcessing | null",
"format": ""
},
{
"name": "opi",
"baseName": "opi",
"type": "Opi | null",
"format": ""
},
{
"name": "passcodes",
"baseName": "passcodes",
"type": "Passcodes | null",
"format": ""
},
{
"name": "payAtTable",
"baseName": "payAtTable",
"type": "PayAtTable | null",
"format": ""
},
{
"name": "payment",
"baseName": "payment",
"type": "Payment | null",
"format": ""
},
{
"name": "receiptOptions",
"baseName": "receiptOptions",
"type": "ReceiptOptions | null",
"format": ""
},
{
"name": "receiptPrinting",
"baseName": "receiptPrinting",
"type": "ReceiptPrinting | null",
"format": ""
},
{
"name": "refunds",
"baseName": "refunds",
"type": "Refunds | null",
"format": ""
},
{
"name": "signature",
"baseName": "signature",
"type": "Signature | null",
"format": ""
},
{
"name": "standalone",
"baseName": "standalone",
"type": "Standalone | null",
"format": ""
},
{
"name": "storeAndForward",
"baseName": "storeAndForward",
"type": "StoreAndForward | null",
"format": ""
},
{
"name": "surcharge",
"baseName": "surcharge",
"type": "Surcharge | null",
"format": ""
},
{
"name": "tapToPay",
"baseName": "tapToPay",
"type": "TapToPay | null",
"format": ""
},
{
"name": "terminalInstructions",
"baseName": "terminalInstructions",
"type": "TerminalInstructions | null",
"format": ""
},
{
"name": "timeouts",
"baseName": "timeouts",
"type": "Timeouts | null",
"format": ""
},
{
"name": "wifiProfiles",
"baseName": "wifiProfiles",
"type": "WifiProfiles | null",
"format": ""
}
];
//# sourceMappingURL=terminalSettings.js.map