Sha256: 3be23073f20fdf1db54755d3b6b6af054eb124563d4957ffb4c76b00642fd693
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
# VoucherifySdk::OrdersExportCreateResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Unique export ID. | | | **object** | **String** | The type of object being represented. This object stores information about the export. | [default to 'export'] | | **created_at** | **Time** | Timestamp representing the date and time when the export was scheduled in ISO 8601 format. | | | **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. | [default to 'SCHEDULED'] | | **channel** | **String** | The channel through which the export was triggered. | [optional] | | **result** | **Object** | Contains the URL of the CSV file. | | | **user_id** | **String** | Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the channel value is WEBSITE. | | | **exported_object** | **String** | The type of object to be exported. | [default to 'order'] | | **parameters** | [**OrdersExportCreateRequestBodyParameters**](OrdersExportCreateRequestBodyParameters.md) | | [optional] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-5.0.0 | docs/OrdersExportCreateResponseBody.md |