Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.24 KB

Export.md

File metadata and controls

20 lines (14 loc) · 1.24 KB

Export

Properties

Name Type Description Notes
id str Unique export ID. [optional]
object str The type of object being represented. This object stores information about the export. [optional] [default to 'export']
created_at datetime Timestamp representing the date and time when the export was scheduled in ISO 8601 format. [optional]
status str 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 str The channel through which the export was triggered. [optional]
result ExportResult [optional]
user_id str Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the channel value is WEBSITE. [optional]
exported_object str [optional]
parameters ExportParameters [optional]

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