Merchant

September 24, 2019 ยท View on GitHub

Description

Represents a Square seller.

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe Square-issued ID of the merchant.[optional]
business_namegetBusinessName()setBusinessName($value)stringThe business name of the merchant.[optional]
countrygetCountry()setCountry($value)stringThe country code associated with the merchant account, in ISO 3166-1-alpha-2 format. See Country for possible values
language_codegetLanguageCode()setLanguageCode($value)stringThe language code associated with the merchant account, in BCP 47 format.[optional]
currencygetCurrency()setCurrency($value)stringThe currency associated with the merchant account, in ISO 4217 format. See Currency for possible values[optional]
statusgetStatus()setStatus($value)stringThe merchant status, active or inactive. See MerchantStatus for possible values[optional]

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

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