UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

41 lines 1.01 kB
"use strict"; /* * 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.Signature = void 0; class Signature { static getAttributeTypeMap() { return Signature.attributeTypeMap; } } exports.Signature = Signature; Signature.discriminator = undefined; Signature.attributeTypeMap = [ { "name": "askSignatureOnScreen", "baseName": "askSignatureOnScreen", "type": "boolean" }, { "name": "deviceName", "baseName": "deviceName", "type": "string" }, { "name": "deviceSlogan", "baseName": "deviceSlogan", "type": "string" }, { "name": "skipSignature", "baseName": "skipSignature", "type": "boolean" } ]; //# sourceMappingURL=signature.js.map