Object representing an export of points expirations.
| 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] |