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

Latest commit

 

History

History
31 lines (23 loc) · 2.47 KB

V1Merchant.md

File metadata and controls

31 lines (23 loc) · 2.47 KB

Square.Connect.Model.V1Merchant

Description

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

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 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]

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