CreateLocationRequest
November 20, 2019 ยท View on GitHub
Description
Request object for the CreateLocation endpoint.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| location | getLocation() | setLocation($value) | \SquareConnect\Model\Location | The initial values of the location being created. The `name` field is required. All other fields are optional. Unspecified fields will be set to default values using existing location data. | [optional] |
Note: All properties are protected and only accessed via getters and setters.