UNPKG

@adyen/api-library

Version:

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

84 lines 2.22 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; } constructor() { } } exports.StoreCreationWithMerchantCodeRequest = StoreCreationWithMerchantCodeRequest; StoreCreationWithMerchantCodeRequest.discriminator = undefined; StoreCreationWithMerchantCodeRequest.mapping = undefined; StoreCreationWithMerchantCodeRequest.attributeTypeMap = [ { "name": "address", "baseName": "address", "type": "StoreLocation", "format": "" }, { "name": "businessLineIds", "baseName": "businessLineIds", "type": "Array<string>", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "externalReferenceId", "baseName": "externalReferenceId", "type": "string", "format": "" }, { "name": "merchantId", "baseName": "merchantId", "type": "string", "format": "" }, { "name": "phoneNumber", "baseName": "phoneNumber", "type": "string", "format": "" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "shopperStatement", "baseName": "shopperStatement", "type": "string", "format": "" }, { "name": "splitConfiguration", "baseName": "splitConfiguration", "type": "StoreSplitConfiguration | null", "format": "" }, { "name": "subMerchantData", "baseName": "subMerchantData", "type": "SubMerchantData | null", "format": "" } ]; //# sourceMappingURL=storeCreationWithMerchantCodeRequest.js.map