CreateLocationResponse

November 20, 2019 ยท View on GitHub

Description

Response object returned by the CreateLocation endpoint.

Properties

NameGetterSetterTypeDescriptionNotes
errorsgetErrors()setErrors($value)\SquareConnect\Model\Error[]Information on errors encountered during the request.[optional]
locationgetLocation()setLocation($value)\SquareConnect\Model\LocationThe newly created `Location`.[optional]

Note: All properties are protected and only accessed via getters and setters.

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