UNPKG

@adyen/api-library

Version:

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

63 lines 2.02 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.InstallmentOption = void 0; class InstallmentOption { static getAttributeTypeMap() { return InstallmentOption.attributeTypeMap; } constructor() { } } exports.InstallmentOption = InstallmentOption; InstallmentOption.discriminator = undefined; InstallmentOption.mapping = undefined; InstallmentOption.attributeTypeMap = [ { "name": "maxValue", "baseName": "maxValue", "type": "number", "format": "int32" }, { "name": "plans", "baseName": "plans", "type": "InstallmentOption.PlansEnum", "format": "" }, { "name": "preselectedValue", "baseName": "preselectedValue", "type": "number", "format": "int32" }, { "name": "values", "baseName": "values", "type": "Array<number>", "format": "int32" } ]; (function (InstallmentOption) { let PlansEnum; (function (PlansEnum) { PlansEnum["Bonus"] = "bonus"; PlansEnum["BuynowPaylater"] = "buynow_paylater"; PlansEnum["InteresRefundPrctg"] = "interes_refund_prctg"; PlansEnum["InterestBonus"] = "interest_bonus"; PlansEnum["NointeresRefundPrctg"] = "nointeres_refund_prctg"; PlansEnum["NointerestBonus"] = "nointerest_bonus"; PlansEnum["RefundPrctg"] = "refund_prctg"; PlansEnum["Regular"] = "regular"; PlansEnum["Revolving"] = "revolving"; PlansEnum["WithInterest"] = "with_interest"; })(PlansEnum = InstallmentOption.PlansEnum || (InstallmentOption.PlansEnum = {})); })(InstallmentOption = exports.InstallmentOption || (exports.InstallmentOption = {})); //# sourceMappingURL=installmentOption.js.map