V1Merchant

March 13, 2019 ยท View on GitHub

squareconnect.models.v1_merchant

Description

Defines the fields that are included in the response body of a request to the RetrieveBusiness endpoint.

Properties

NameTypeDescriptionNotes
idstrThe merchant account's unique identifier.[optional]
namestrThe name associated with the merchant account.[optional]
emailstrThe email address associated with the merchant account.[optional]
account_typestrIndicates 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]
account_capabilitieslist[str]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]
country_codestrThe country associated with the merchant account, in ISO 3166-1-alpha-2 format.[optional]
language_codestrThe language associated with the merchant account, in BCP 47 format.[optional]
currency_codestrThe currency associated with the merchant account, in ISO 4217 format. For example, the currency code for US dollars is USD.[optional]
business_namestrThe name of the merchant's business.[optional]
business_addressAddressThe address of the merchant's business.[optional]
business_phoneV1PhoneNumberThe phone number of the merchant's business.[optional]
business_typestrThe type of business operated by the merchant. See V1MerchantBusinessType for possible values[optional]
shipping_addressAddressThe merchant's shipping address.[optional]
location_detailsV1MerchantLocationDetailsAdditional information for a single-location account specified by its associated business account, if it has one.[optional]
market_urlstrThe URL of the merchant's online store.[optional]

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