UNPKG

@adyen/api-library

Version:

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

111 lines 3.05 kB
"use strict"; /* * The version of the OpenAPI document: v6 * Contact: developer-experience@adyen.com * * 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.StoreDetail = void 0; class StoreDetail { static getAttributeTypeMap() { return StoreDetail.attributeTypeMap; } } exports.StoreDetail = StoreDetail; StoreDetail.discriminator = undefined; StoreDetail.attributeTypeMap = [ { "name": "address", "baseName": "address", "type": "ViasAddress" }, { "name": "fullPhoneNumber", "baseName": "fullPhoneNumber", "type": "string" }, { "name": "logo", "baseName": "logo", "type": "string" }, { "name": "merchantAccount", "baseName": "merchantAccount", "type": "string" }, { "name": "merchantCategoryCode", "baseName": "merchantCategoryCode", "type": "string" }, { "name": "merchantHouseNumber", "baseName": "merchantHouseNumber", "type": "string" }, { "name": "phoneNumber", "baseName": "phoneNumber", "type": "ViasPhoneNumber" }, { "name": "shopperInteraction", "baseName": "shopperInteraction", "type": "StoreDetail.ShopperInteractionEnum" }, { "name": "splitConfigurationUUID", "baseName": "splitConfigurationUUID", "type": "string" }, { "name": "status", "baseName": "status", "type": "StoreDetail.StatusEnum" }, { "name": "store", "baseName": "store", "type": "string" }, { "name": "storeName", "baseName": "storeName", "type": "string" }, { "name": "storeReference", "baseName": "storeReference", "type": "string" }, { "name": "virtualAccount", "baseName": "virtualAccount", "type": "string" }, { "name": "webAddress", "baseName": "webAddress", "type": "string" } ]; (function (StoreDetail) { let ShopperInteractionEnum; (function (ShopperInteractionEnum) { ShopperInteractionEnum["Ecommerce"] = "Ecommerce"; ShopperInteractionEnum["Pos"] = "POS"; })(ShopperInteractionEnum = StoreDetail.ShopperInteractionEnum || (StoreDetail.ShopperInteractionEnum = {})); let StatusEnum; (function (StatusEnum) { StatusEnum["Active"] = "Active"; StatusEnum["Closed"] = "Closed"; StatusEnum["Inactive"] = "Inactive"; StatusEnum["InactiveWithModifications"] = "InactiveWithModifications"; StatusEnum["Pending"] = "Pending"; })(StatusEnum = StoreDetail.StatusEnum || (StoreDetail.StatusEnum = {})); })(StoreDetail = exports.StoreDetail || (exports.StoreDetail = {})); //# sourceMappingURL=storeDetail.js.map