Name | Type | Description | Notes |
---|---|---|---|
address | StoreLocation | ||
description | kotlin.String | Your description of the store. | |
merchantId | kotlin.String | The unique identifier of the merchant account that the store belongs to. | |
phoneNumber | kotlin.String | The phone number of the store, including '+' and country code in the E.164 format. If passed in a different format, we convert and validate the phone number against E.164. | |
shopperStatement | kotlin.String | The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt. Maximum length: 22 characters; can't be all numbers. | |
businessLineIds | kotlin.collections.List<kotlin.String> | The unique identifiers of the business lines that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account. | [optional] |
externalReferenceId | kotlin.String | The unique identifier of the store, used by certain payment methods and tax authorities. Accepts up to 14 digits. Required for CNPJ in Brazil, in the format 00.000.000/00git00-00 separated by dots, slashes, hyphens, or without separators. Optional for Zip in Australia and SIRET in France, required except for nonprofit organizations and incorporated associations. | [optional] |
reference | kotlin.String | Your reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_). If you do not provide a reference in your POST request, it is populated with the Adyen-generated id. | [optional] |
splitConfiguration | StoreSplitConfiguration | [optional] |