Square.Connect.Model.Location

November 20, 2019 ยท View on GitHub

Description

Properties

NameTypeDescriptionNotes
IdstringThe Square-issued ID of the location.[optional]
NamestringThe name of the location. This information appears in the dashboard as the nickname.[optional]
AddressAddressThe physical address of the location.[optional]
TimezonestringThe IANA Timezone identifier for the timezone of the location.[optional]
CapabilitiesListThe Square features that are enabled for the location. See `LocationCapability` for possible values. See LocationCapability for possible values[optional]
StatusstringThe status of the location, either active or inactive. See LocationStatus for possible values[optional]
CreatedAtstringThe time when the location was created, in RFC 3339 format.[optional]
MerchantIdstringThe ID of the merchant that owns the location.[optional]
CountrystringThe country of the location, in ISO 3166-1-alpha-2 format. See `Country` for possible values. See Country for possible values[optional]
LanguageCodestringThe language associated with the location, in BCP 47 format.[optional]
CurrencystringThe currency used for all transactions at this location, in ISO 4217 format. See `Currency` for possible values. See Currency for possible values[optional]
PhoneNumberstringThe phone number of the location in human readable format.[optional]
BusinessNamestringThe business name of the location This is the name visible to the customers of the location. For example, this name appears on customer receipts.[optional]
TypestringThe type of the location, either physical or mobile. See LocationType for possible values[optional]
WebsiteUrlstringThe website URL of the location.[optional]
BusinessHoursBusinessHoursRepresents the hours of operation for the location.[optional]
BusinessEmailstringThe email of the location. This email is visible to the customers of the location. For example, the email appears on customer receipts.[optional]
DescriptionstringThe description of the location.[optional]
TwitterUsernamestringThe Twitter username of the location without the '@' symbol.[optional]
InstagramUsernamestringThe Instagram username of the location without the '@' symbol.[optional]
FacebookUrlstringThe Facebook profile URL of the location. The URL should begin with 'facebook.com/'.[optional]
CoordinatesCoordinatesThe physical coordinates (latitude and longitude) of the location.[optional]
LogoUrlstringThe URL of the logo image for the location.[optional]
PosBackgroundUrlstringThe URL of the Point of Sale background image for the location.[optional]
MccstringThe merchant category code (MCC) of the location, as standardized by ISO 18245. The MCC describes the kind of goods or services sold at the location.[optional] [beta]

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