This is an object representing a location.
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. |
Name | Value |
---|---|
LOCATION | "location" |