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

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
17 lines (9 loc) · 727 Bytes

ListLocationsResponse.md

File metadata and controls

17 lines (9 loc) · 727 Bytes

Square.Connect.Model.ListLocationsResponse

Description

Defines the fields that are included in the response body of a request to the ListLocations endpoint. One of errors or locations is present in a given response (never both).

Properties

Name Type Description Notes
Errors List<Error> Any errors that occurred during the request. [optional]
Locations List<Location> The business locations. [optional]

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