Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.13 KB

File metadata and controls

29 lines (23 loc) · 1.13 KB

V1Merchant

squareconnect.models.v1_merchant

Description

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

Properties

Name Type Notes
id str [optional]
name str [optional]
email str [optional]
account_type str [optional]
account_capabilities list[str] [optional]
country_code str [optional]
language_code str [optional]
currency_code str [optional]
business_name str [optional]
business_address Address [optional]
business_phone V1PhoneNumber [optional]
business_type str [optional]
shipping_address_ Address [optional]
location_details V1MerchantLocationDetails [optional]
market_url str [optional]

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