Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.22 KB

Merchant.md

File metadata and controls

15 lines (12 loc) · 1.22 KB

Merchant

Properties

Name Type Description Notes
Id string The Square-issued ID of the merchant. [optional] [default to null]
BusinessName string The business name of the merchant. [optional] [default to null]
Country string The country code associated with the merchant account, in ISO 3166 format. See Country for possible values [default to null]
LanguageCode string The language code associated with the merchant account, in BCP 47 format. [optional] [default to null]
Currency string The currency associated with the merchant account, in ISO 4217 format. See Currency for possible values [optional] [default to null]
Status string The merchant status, active or inactive. See MerchantStatus for possible values [optional] [default to null]
MainLocationId string The ID of the main `Location` for this merchant. [optional] [default to null]

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