UNPKG

@adyen/api-library

Version:

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

87 lines 2.7 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.StoredValueBalanceMergeRequest = void 0; class StoredValueBalanceMergeRequest { static getAttributeTypeMap() { return StoredValueBalanceMergeRequest.attributeTypeMap; } constructor() { } } exports.StoredValueBalanceMergeRequest = StoredValueBalanceMergeRequest; StoredValueBalanceMergeRequest.discriminator = undefined; StoredValueBalanceMergeRequest.mapping = undefined; StoredValueBalanceMergeRequest.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": "StoredValueBalanceMergeRequest.ShopperInteractionEnum", "format": "" }, { "name": "shopperReference", "baseName": "shopperReference", "type": "string", "format": "" }, { "name": "sourcePaymentMethod", "baseName": "sourcePaymentMethod", "type": "{ [key: string]: string; }", "format": "" }, { "name": "store", "baseName": "store", "type": "string", "format": "" } ]; (function (StoredValueBalanceMergeRequest) { let ShopperInteractionEnum; (function (ShopperInteractionEnum) { ShopperInteractionEnum["Ecommerce"] = "Ecommerce"; ShopperInteractionEnum["ContAuth"] = "ContAuth"; ShopperInteractionEnum["Moto"] = "Moto"; ShopperInteractionEnum["Pos"] = "POS"; })(ShopperInteractionEnum = StoredValueBalanceMergeRequest.ShopperInteractionEnum || (StoredValueBalanceMergeRequest.ShopperInteractionEnum = {})); })(StoredValueBalanceMergeRequest = exports.StoredValueBalanceMergeRequest || (exports.StoredValueBalanceMergeRequest = {})); //# sourceMappingURL=storedValueBalanceMergeRequest.js.map