Location
November 20, 2019 ยท View on GitHub
Description
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| id | getId() | setId($value) | string | The Square-issued ID of the location. | [optional] |
| name | getName() | setName($value) | string | The name of the location. This information appears in the dashboard as the nickname. | [optional] |
| address | getAddress() | setAddress($value) | \SquareConnect\Model\Address | The physical address of the location. | [optional] |
| timezone | getTimezone() | setTimezone($value) | string | The IANA Timezone identifier for the timezone of the location. | [optional] |
| capabilities | getCapabilities() | setCapabilities($value) | string[] | The Square features that are enabled for the location. See `LocationCapability` for possible values. See LocationCapability for possible values | [optional] |
| status | getStatus() | setStatus($value) | string | The status of the location, either active or inactive. See LocationStatus for possible values | [optional] |
| created_at | getCreatedAt() | setCreatedAt($value) | string | The time when the location was created, in RFC 3339 format. | [optional] |
| merchant_id | getMerchantId() | setMerchantId($value) | string | The ID of the merchant that owns the location. | [optional] |
| country | getCountry() | setCountry($value) | string | The country of the location, in ISO 3166-1-alpha-2 format. See `Country` for possible values. See Country for possible values | [optional] |
| language_code | getLanguageCode() | setLanguageCode($value) | string | The language associated with the location, in BCP 47 format. | [optional] |
| currency | getCurrency() | setCurrency($value) | string | The currency used for all transactions at this location, in ISO 4217 format. See `Currency` for possible values. See Currency for possible values | [optional] |
| phone_number | getPhoneNumber() | setPhoneNumber($value) | string | The phone number of the location in human readable format. | [optional] |
| business_name | getBusinessName() | setBusinessName($value) | string | The 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] |
| type | getType() | setType($value) | string | The type of the location, either physical or mobile. See LocationType for possible values | [optional] |
| website_url | getWebsiteUrl() | setWebsiteUrl($value) | string | The website URL of the location. | [optional] |
| business_hours | getBusinessHours() | setBusinessHours($value) | \SquareConnect\Model\BusinessHours | Represents the hours of operation for the location. | [optional] |
| business_email | getBusinessEmail() | setBusinessEmail($value) | string | The email of the location. This email is visible to the customers of the location. For example, the email appears on customer receipts. | [optional] |
| description | getDescription() | setDescription($value) | string | The description of the location. | [optional] |
| twitter_username | getTwitterUsername() | setTwitterUsername($value) | string | The Twitter username of the location without the '@' symbol. | [optional] |
| instagram_username | getInstagramUsername() | setInstagramUsername($value) | string | The Instagram username of the location without the '@' symbol. | [optional] |
| facebook_url | getFacebookUrl() | setFacebookUrl($value) | string | The Facebook profile URL of the location. The URL should begin with 'facebook.com/'. | [optional] |
| coordinates | getCoordinates() | setCoordinates($value) | \SquareConnect\Model\Coordinates | The physical coordinates (latitude and longitude) of the location. | [optional] |
| logo_url | getLogoUrl() | setLogoUrl($value) | string | The URL of the logo image for the location. | [optional] |
| pos_background_url | getPosBackgroundUrl() | setPosBackgroundUrl($value) | string | The URL of the Point of Sale background image for the location. | [optional] |
| mcc | getMcc() | setMcc($value) | string | The 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] |
Note: All properties are protected and only accessed via getters and setters.