Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.78 KB

ExportsCreateResponseBody.md

File metadata and controls

51 lines (31 loc) · 1.78 KB

ExportsCreateResponseBody

Properties

Name Type Description Notes
id String Unique export ID. [optional]
_object ObjectEnum The type of object being represented. This object stores information about the export. [optional]
createdAt OffsetDateTime Timestamp representing the date and time when the export was scheduled in ISO 8601 format. [optional]
status StatusEnum 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 ExportedObjectEnum [optional]
parameters ExportsCreateResponseBodyParameters [optional]

Enum: ObjectEnum

Name Value
EXPORT "export"

Enum: StatusEnum

Name Value
SCHEDULED "SCHEDULED"

Enum: ExportedObjectEnum

Name Value
VOUCHER "voucher"
REDEMPTION "redemption"
CUSTOMER "customer"
PUBLICATION "publication"
ORDER "order"
POINTS_EXPIRATION "points_expiration"
VOUCHER_TRANSACTIONS "voucher_transactions"