Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.32 KB

File metadata and controls

18 lines (14 loc) · 1.32 KB

Voucherify.Model.ExportsCreateResponseBody

Properties

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]
Result Object Contains the URL of the CSV file. [optional]
UserId string Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the channel value is WEBSITE. [optional]
ExportedObject string [optional]
Parameters ExportsCreateResponseBodyParameters [optional]

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