Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.9 KB

V1Merchant.md

File metadata and controls

25 lines (21 loc) · 2.9 KB

V1Merchant

Properties

Name Getter Setter Type Description Notes
id getId() setId($value) string The merchant account's unique identifier. [optional]
name getName() setName($value) string The name associated with the merchant account. [optional]
email getEmail() setEmail($value) string The email address associated with the merchant account. [optional]
account_type getAccountType() setAccountType($value) string Indicates whether the merchant account corresponds to a single-location account (LOCATION) or a business account (BUSINESS). This value is almost always LOCATION. [optional]
account_capabilities getAccountCapabilities() setAccountCapabilities($value) 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]
country_code getCountryCode() setCountryCode($value) string The country associated with the merchant account, in ISO 3166-1-alpha-2 format. [optional]
language_code getLanguageCode() setLanguageCode($value) string The language associated with the merchant account, in BCP 47 format. [optional]
currency_code getCurrencyCode() setCurrencyCode($value) string The currency associated with the merchant account, in ISO 4217 format. For example, the currency code for US dollars is USD. [optional]
business_name getBusinessName() setBusinessName($value) string The name of the merchant's business. [optional]
business_address getBusinessAddress() setBusinessAddress($value) \SquareConnect\Model\Address The address of the merchant's business. [optional]
business_phone getBusinessPhone() setBusinessPhone($value) \SquareConnect\Model\V1PhoneNumber The phone number of the merchant's business. [optional]
business_type getBusinessType() setBusinessType($value) string The type of business operated by the merchant. [optional]
shipping_address_ getShippingAddress_() setShippingAddress_($value) \SquareConnect\Model\Address The merchant's shipping address. [optional]
location_details getLocationDetails() setLocationDetails($value) \SquareConnect\Model\V1MerchantLocationDetails [optional]
market_url getMarketUrl() setMarketUrl($value) string The URL of the merchant's online store. [optional]

Note: All properties are protected and only accessed via getters and setters.

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