Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.6 KB

File metadata and controls

19 lines (15 loc) · 1.6 KB

Voucherify.Model.LoyaltiesMembersTransactionsExportCreateResponseBody

Response body schema for POST v1/loyalties/members/{memberId}/transactions/export and for POST v1/loyalties/{campaignId}/members/{memberId}/transactions/export.

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 The type of object to be exported. [optional]
Parameters LoyaltiesMembersTransactionsExportCreateResponseBodyParameters [optional]

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