Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1.29 KB

VouchersTransactionsExportCreateResponseBody.md

File metadata and controls

16 lines (13 loc) · 1.29 KB

VoucherifySdk::VouchersTransactionsExportCreateResponseBody

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. [default to 'API']
exported_object String The type of exported object. [default to 'voucher_transactions']
parameters VoucherTransactionsFilters
result VoucherTransactionsExportResult
user_id String Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the `channel` value is `WEBSITE`.