@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
41 lines • 1.03 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.Gratuity = void 0;
class Gratuity {
static getAttributeTypeMap() {
return Gratuity.attributeTypeMap;
}
}
exports.Gratuity = Gratuity;
Gratuity.discriminator = undefined;
Gratuity.attributeTypeMap = [
{
"name": "allowCustomAmount",
"baseName": "allowCustomAmount",
"type": "boolean"
},
{
"name": "currency",
"baseName": "currency",
"type": "string"
},
{
"name": "predefinedTipEntries",
"baseName": "predefinedTipEntries",
"type": "Array<string>"
},
{
"name": "usePredefinedTipEntries",
"baseName": "usePredefinedTipEntries",
"type": "boolean"
}
];
//# sourceMappingURL=gratuity.js.map