Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.1 KB

File metadata and controls

23 lines (12 loc) · 1.1 KB

Voucherify.ManagementProjectsCustomEventSchemasGetResponseBody

Properties

Name Type Description Notes
id String Unique identifier of the custom event schema. [optional]
name String User-defined name of the custom event. This is also shown in Project Settings > Event Schema in the Voucherify Dashboard. [optional]
schema ManagementProjectsCustomEventSchemasGetResponseBodySchema [optional]
createdAt Date Timestamp representing the date and time when the custom event schema was created. The value is shown in the ISO 8601 format. [optional]
updatedAt Date Timestamp representing the date and time when the custom event schema was updated. The value is shown in the ISO 8601 format. [optional]
object String The type of the object represented by JSON. [optional] [default to 'custom-event-schema']

Enum: ObjectEnum

  • custom-event-schema (value: "custom-event-schema")