Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 848 Bytes

CreateLocationRequest.md

File metadata and controls

15 lines (9 loc) · 848 Bytes

CreateLocationRequest

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.

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