Response body schema for POST v1/campaigns/{campaignId}/transactions/export.
| 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, i.e. indicates whether the file containing the exported data has been generated. | [optional] |
| Channel | string | The channel through which the export was triggered. | [optional] |
| ExportedObject | string | The type of exported object. | [optional] |
| Parameters | CampaignsTransactionsExportCreateResponseBodyParameters | [optional] | |
| Result | CampaignsTransactionsExportCreateResponseBodyResult | [optional] | |
| UserId | string | Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the `channel` value is `WEBSITE`. | [optional] |