Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.75 KB

LoyaltiesPointsExpirationExportCreateRequestBodyParameters.md

File metadata and controls

38 lines (22 loc) · 1.75 KB

LoyaltiesPointsExpirationExportCreateRequestBodyParameters

List of fields and filters that will be used to create the export.

Properties

Name Type Description
order OrderEnum How the export is filtered, where the dash `-` preceding a sorting option means sorting in a descending order.
fields List<FieldsEnum> Array of strings containing the data that was exported. These fields define the headers in the CSV file. The array can be a combination of any of the following available fields:
filters LoyaltiesPointsExpirationExportCreateRequestBodyParametersFilters

Enum: OrderEnum

Name Value
EXPIRES_AT "expires_at"
_EXPIRES_AT "-expires_at"

Enum: List<FieldsEnum>

Name Value
ID "id"
CAMPAIGN_ID "campaign_id"
VOUCHER_ID "voucher_id"
POINTS "points"
STATUS "status"
EXPIRES_AT "expires_at"