UNPKG

@adyen/api-library

Version:

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

60 lines 1.56 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.DeliveryMethod = void 0; class DeliveryMethod { static getAttributeTypeMap() { return DeliveryMethod.attributeTypeMap; } constructor() { } } exports.DeliveryMethod = DeliveryMethod; DeliveryMethod.discriminator = undefined; DeliveryMethod.mapping = undefined; DeliveryMethod.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount | null", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "selected", "baseName": "selected", "type": "boolean", "format": "" }, { "name": "type", "baseName": "type", "type": "DeliveryMethod.TypeEnum", "format": "" } ]; (function (DeliveryMethod) { let TypeEnum; (function (TypeEnum) { TypeEnum["Shipping"] = "Shipping"; })(TypeEnum = DeliveryMethod.TypeEnum || (DeliveryMethod.TypeEnum = {})); })(DeliveryMethod = exports.DeliveryMethod || (exports.DeliveryMethod = {})); //# sourceMappingURL=deliveryMethod.js.map