Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.09 KB

File metadata and controls

16 lines (12 loc) · 1.09 KB

Voucherify.Model.LocationsGetResponseBody

Response schema for listing locations using GET /v1/locations/{locationId}.

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]
Name string Location name. [optional]
Shape LocationsGetResponseBodyShape [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the location was created. The value is shown in the ISO 8601 format. [optional]
UpdatedAt DateTimeOffset? 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]