Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.42 KB

File metadata and controls

19 lines (15 loc) · 1.42 KB

Voucherify.Model.LoyaltiesPointsExpirationExportCreateResponseBody

Object representing an export of points expirations.

Properties

Name Type Description Notes
Id string Unique export ID. [optional]
Object string The type of object being represented. This object stores information about the export. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the export was scheduled in ISO 8601 format. [optional]
Status string Status of the export. Informs you whether the export has already been completed. [optional]
Channel string The channel through which the export was triggered. [optional]
ExportedObject string The type of exported object. [optional]
Parameters LoyaltiesPointsExpirationExportCreateResponseBodyParameters [optional]
Result Object Always null. [optional]
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`. [optional]

[Back to Model list] [Back to API list] [Back to README]