UNPKG

@adyen/api-library

Version:

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

66 lines 1.79 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.StoreCreationWithMerchantCodeRequest = void 0; class StoreCreationWithMerchantCodeRequest { static getAttributeTypeMap() { return StoreCreationWithMerchantCodeRequest.attributeTypeMap; } } exports.StoreCreationWithMerchantCodeRequest = StoreCreationWithMerchantCodeRequest; StoreCreationWithMerchantCodeRequest.discriminator = undefined; StoreCreationWithMerchantCodeRequest.attributeTypeMap = [ { "name": "address", "baseName": "address", "type": "StoreLocation" }, { "name": "businessLineIds", "baseName": "businessLineIds", "type": "Array<string>" }, { "name": "description", "baseName": "description", "type": "string" }, { "name": "externalReferenceId", "baseName": "externalReferenceId", "type": "string" }, { "name": "merchantId", "baseName": "merchantId", "type": "string" }, { "name": "phoneNumber", "baseName": "phoneNumber", "type": "string" }, { "name": "reference", "baseName": "reference", "type": "string" }, { "name": "shopperStatement", "baseName": "shopperStatement", "type": "string" }, { "name": "splitConfiguration", "baseName": "splitConfiguration", "type": "StoreSplitConfiguration | null" } ]; //# sourceMappingURL=storeCreationWithMerchantCodeRequest.js.map