Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 885 Bytes

Location.md

File metadata and controls

27 lines (15 loc) · 885 Bytes

Location

This is an object representing a location.

Properties

Name Type Description
id String Unique location ID, assigned by the Voucherify API.
_object ObjectEnum The type of the object represented by JSON. This object stores information about a `location`.
name String Location name.
shape LocationShape
createdAt OffsetDateTime Timestamp representing the date and time when the location was created. The value is shown in the ISO 8601 format.
updatedAt OffsetDateTime Timestamp representing the date and time when the location was updated. The value is shown in the ISO 8601 format.

Enum: ObjectEnum

Name Value
LOCATION "location"