Square.Connect.Model.V1Merchant

November 20, 2019 ยท View on GitHub

Description

Defines the fields that are included in the response body of a request to the RetrieveBusiness endpoint. Note: This model is deprecated.

Properties

NameTypeDescriptionNotes
IdstringThe merchant account's unique identifier.[optional]
NamestringThe name associated with the merchant account.[optional]
EmailstringThe email address associated with the merchant account.[optional]
AccountTypestringIndicates 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]
AccountCapabilitiesListCapabilities that are enabled for the merchant's Square account. Capabilities that are not listed in this array are not enabled for the account.[optional]
CountryCodestringThe country associated with the merchant account, in ISO 3166-1-alpha-2 format.[optional]
LanguageCodestringThe language associated with the merchant account, in BCP 47 format.[optional]
CurrencyCodestringThe currency associated with the merchant account, in ISO 4217 format. For example, the currency code for US dollars is USD.[optional]
BusinessNamestringThe name of the merchant's business.[optional]
BusinessAddressAddressThe address of the merchant's business.[optional]
BusinessPhoneV1PhoneNumberThe phone number of the merchant's business.[optional]
BusinessTypestringThe type of business operated by the merchant. See V1MerchantBusinessType for possible values[optional]
ShippingAddressAddressThe merchant's shipping address.[optional]
LocationDetailsV1MerchantLocationDetailsAdditional information for a single-location account specified by its associated business account, if it has one.[optional]
MarketUrlstringThe URL of the merchant's online store.[optional]

[Back to Model list] [Back to API list] [Back to README]