UNPKG

@adyen/api-library

Version:

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

156 lines 3.8 kB
"use strict"; /* * The version of the OpenAPI document: v71 * * * 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.CheckoutVoucherAction = void 0; class CheckoutVoucherAction { static getAttributeTypeMap() { return CheckoutVoucherAction.attributeTypeMap; } constructor() { } } exports.CheckoutVoucherAction = CheckoutVoucherAction; CheckoutVoucherAction.discriminator = undefined; CheckoutVoucherAction.mapping = undefined; CheckoutVoucherAction.attributeTypeMap = [ { "name": "alternativeReference", "baseName": "alternativeReference", "type": "string", "format": "" }, { "name": "collectionInstitutionNumber", "baseName": "collectionInstitutionNumber", "type": "string", "format": "" }, { "name": "downloadUrl", "baseName": "downloadUrl", "type": "string", "format": "" }, { "name": "entity", "baseName": "entity", "type": "string", "format": "" }, { "name": "expiresAt", "baseName": "expiresAt", "type": "string", "format": "" }, { "name": "initialAmount", "baseName": "initialAmount", "type": "Amount | null", "format": "" }, { "name": "instructionsUrl", "baseName": "instructionsUrl", "type": "string", "format": "" }, { "name": "issuer", "baseName": "issuer", "type": "string", "format": "" }, { "name": "maskedTelephoneNumber", "baseName": "maskedTelephoneNumber", "type": "string", "format": "" }, { "name": "merchantName", "baseName": "merchantName", "type": "string", "format": "" }, { "name": "merchantReference", "baseName": "merchantReference", "type": "string", "format": "" }, { "name": "passCreationToken", "baseName": "passCreationToken", "type": "string", "format": "" }, { "name": "paymentData", "baseName": "paymentData", "type": "string", "format": "" }, { "name": "paymentMethodType", "baseName": "paymentMethodType", "type": "string", "format": "" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "shopperEmail", "baseName": "shopperEmail", "type": "string", "format": "" }, { "name": "shopperName", "baseName": "shopperName", "type": "string", "format": "" }, { "name": "surcharge", "baseName": "surcharge", "type": "Amount | null", "format": "" }, { "name": "totalAmount", "baseName": "totalAmount", "type": "Amount | null", "format": "" }, { "name": "type", "baseName": "type", "type": "CheckoutVoucherAction.TypeEnum", "format": "" }, { "name": "url", "baseName": "url", "type": "string", "format": "" } ]; (function (CheckoutVoucherAction) { let TypeEnum; (function (TypeEnum) { TypeEnum["Voucher"] = "voucher"; })(TypeEnum = CheckoutVoucherAction.TypeEnum || (CheckoutVoucherAction.TypeEnum = {})); })(CheckoutVoucherAction = exports.CheckoutVoucherAction || (exports.CheckoutVoucherAction = {})); //# sourceMappingURL=checkoutVoucherAction.js.map