UNPKG

@adyen/api-library

Version:

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

61 lines 1.61 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.ZipDetails = void 0; class ZipDetails { static getAttributeTypeMap() { return ZipDetails.attributeTypeMap; } constructor() { } } exports.ZipDetails = ZipDetails; ZipDetails.discriminator = undefined; ZipDetails.mapping = undefined; ZipDetails.attributeTypeMap = [ { "name": "checkoutAttemptId", "baseName": "checkoutAttemptId", "type": "string", "format": "" }, { "name": "clickAndCollect", "baseName": "clickAndCollect", "type": "string", "format": "" }, { "name": "recurringDetailReference", "baseName": "recurringDetailReference", "type": "string", "format": "" }, { "name": "storedPaymentMethodId", "baseName": "storedPaymentMethodId", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "ZipDetails.TypeEnum", "format": "" } ]; (function (ZipDetails) { let TypeEnum; (function (TypeEnum) { TypeEnum["Zip"] = "zip"; TypeEnum["ZipPos"] = "zip_pos"; })(TypeEnum = ZipDetails.TypeEnum || (ZipDetails.TypeEnum = {})); })(ZipDetails = exports.ZipDetails || (exports.ZipDetails = {})); //# sourceMappingURL=zipDetails.js.map