Defines the fields that are included in the response body of a request to the RetrieveBusiness endpoint. Note: This model is deprecated.
Name | Type | Description | Notes |
---|---|---|---|
Id | string | The merchant account's unique identifier. | [optional] |
Name | string | The name associated with the merchant account. | [optional] |
string | The email address associated with the merchant account. | [optional] | |
AccountType | string | Indicates whether the merchant account corresponds to a single-location account (LOCATION) or a business account (BUSINESS). This value is almost always LOCATION. See V1MerchantAccountType for possible values | [optional] |
AccountCapabilities | List | Capabilities that are enabled for the merchant's Square account. Capabilities that are not listed in this array are not enabled for the account. | [optional] |
CountryCode | string | The country associated with the merchant account, in ISO 3166-1-alpha-2 format. | [optional] |
LanguageCode | string | The language associated with the merchant account, in BCP 47 format. | [optional] |
CurrencyCode | string | The currency associated with the merchant account, in ISO 4217 format. For example, the currency code for US dollars is USD. | [optional] |
BusinessName | string | The name of the merchant's business. | [optional] |
BusinessAddress | Address | The address of the merchant's business. | [optional] |
BusinessPhone | V1PhoneNumber | The phone number of the merchant's business. | [optional] |
BusinessType | string | The type of business operated by the merchant. See V1MerchantBusinessType for possible values | [optional] |
ShippingAddress | Address | The merchant's shipping address. | [optional] |
LocationDetails | V1MerchantLocationDetails | Additional information for a single-location account specified by its associated business account, if it has one. | [optional] |
MarketUrl | string | The URL of the merchant's online store. | [optional] |