Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 2.26 KB

V1Merchant.md

File metadata and controls

28 lines (21 loc) · 2.26 KB

V1Merchant

Description

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

Properties

Name Type Description Notes
id String The merchant account's unique identifier. [optional]
name String The name associated with the merchant account. [optional]
email 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<String> 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]