Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.64 KB

LoyaltiesPointsExpirationExportCreateResponseBody.md

File metadata and controls

55 lines (31 loc) · 1.64 KB

LoyaltiesPointsExpirationExportCreateResponseBody

Object representing an export of points expirations.

Properties

Name Type Description
id String Unique export ID.
_object ObjectEnum The type of object being represented. This object stores information about the export.
createdAt OffsetDateTime Timestamp representing the date and time when the export was scheduled in ISO 8601 format.
status StatusEnum Status of the export. Informs you whether the export has already been completed.
channel ChannelEnum The channel through which the export was triggered.
exportedObject ExportedObjectEnum The type of exported object.
parameters LoyaltiesPointsExpirationExportCreateResponseBodyParameters
result Object Always null.
userId String `user_id` identifies the specific user who initiated the export through the Voucherify Dashboard. `user_id` is returned when the channel value is `WEBSITE`.

Enum: ObjectEnum

Name Value
EXPORT "export"

Enum: StatusEnum

Name Value
SCHEDULED "SCHEDULED"

Enum: ChannelEnum

Name Value
API "API"
WEBSITE "WEBSITE"

Enum: ExportedObjectEnum

Name Value
POINTS_EXPIRATION "points_expiration"