UNPKG

@adyen/api-library

Version:

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

81 lines 2.54 kB
"use strict"; /* * The version of the OpenAPI document: v46 * * * 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.StoredValueBalanceCheckRequest = void 0; class StoredValueBalanceCheckRequest { static getAttributeTypeMap() { return StoredValueBalanceCheckRequest.attributeTypeMap; } constructor() { } } exports.StoredValueBalanceCheckRequest = StoredValueBalanceCheckRequest; StoredValueBalanceCheckRequest.discriminator = undefined; StoredValueBalanceCheckRequest.mapping = undefined; StoredValueBalanceCheckRequest.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount | null", "format": "" }, { "name": "merchantAccount", "baseName": "merchantAccount", "type": "string", "format": "" }, { "name": "paymentMethod", "baseName": "paymentMethod", "type": "{ [key: string]: string; }", "format": "" }, { "name": "recurringDetailReference", "baseName": "recurringDetailReference", "type": "string", "format": "" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "shopperInteraction", "baseName": "shopperInteraction", "type": "StoredValueBalanceCheckRequest.ShopperInteractionEnum", "format": "" }, { "name": "shopperReference", "baseName": "shopperReference", "type": "string", "format": "" }, { "name": "store", "baseName": "store", "type": "string", "format": "" } ]; (function (StoredValueBalanceCheckRequest) { let ShopperInteractionEnum; (function (ShopperInteractionEnum) { ShopperInteractionEnum["Ecommerce"] = "Ecommerce"; ShopperInteractionEnum["ContAuth"] = "ContAuth"; ShopperInteractionEnum["Moto"] = "Moto"; ShopperInteractionEnum["Pos"] = "POS"; })(ShopperInteractionEnum = StoredValueBalanceCheckRequest.ShopperInteractionEnum || (StoredValueBalanceCheckRequest.ShopperInteractionEnum = {})); })(StoredValueBalanceCheckRequest = exports.StoredValueBalanceCheckRequest || (exports.StoredValueBalanceCheckRequest = {})); //# sourceMappingURL=storedValueBalanceCheckRequest.js.map