Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.46 KB

LoyaltiesPointsExpirationExportCreateResponseBody.md

File metadata and controls

21 lines (15 loc) · 1.46 KB

LoyaltiesPointsExpirationExportCreateResponseBody

Object representing an export of points expirations.

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. [optional] [default to 'SCHEDULED']
channel str The channel through which the export was triggered. [optional]
exported_object str The type of exported object. [optional] [default to 'points_expiration']
parameters LoyaltiesPointsExpirationExportCreateResponseBodyParameters [optional]
result object Always null. [optional]
user_id str `user_id` identifies the specific user who initiated the export through the Voucherify Dashboard. `user_id` is returned when the channel value is `WEBSITE`. [optional]

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