Represents a Square seller.
Merchant
Name | Type | Tags | Description |
---|---|---|---|
Id |
string |
Optional | The Square-issued ID of the merchant. |
BusinessName |
string |
Optional | The business name of the merchant. |
Country |
string |
Indicates the country associated with another entity, such as a business. Values are in ISO 3166-1-alpha-2 format. |
|
LanguageCode |
string |
Optional | The language code associated with the merchant account, in BCP 47 format. |
Currency |
string |
Optional | Indicates the associated currency for an amount of money. Values correspond to ISO 4217. |
Status |
string |
Optional | - |
{
"id": null,
"business_name": null,
"country": "FO",
"language_code": null,
"currency": null,
"status": null
}