Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1019 Bytes

LocationsGetResponseBody.md

File metadata and controls

14 lines (11 loc) · 1019 Bytes

# LocationsGetResponseBody

Properties

Name Type Description Notes
id string Unique location ID, assigned by the Voucherify API. [optional]
object string The type of the object represented by JSON. This object stores information about a `location`. [optional] [default to 'location']
name string Location name. [optional]
shape \OpenAPI\Client\Model\LocationsGetResponseBodyShape [optional]
createdAt \DateTime Timestamp representing the date and time when the location was created. The value is shown in the ISO 8601 format. [optional]
updatedAt \DateTime Timestamp representing the date and time when the location was updated. The value is shown in the ISO 8601 format. [optional]

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