Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1022 Bytes

File metadata and controls

15 lines (11 loc) · 1022 Bytes

Voucherify.Model.ParameterFiltersListCampaignsStatusConditions

Data conditions used to narrow down the data records to be returned in the result.

Properties

Name Type Description Notes
Active Object Campaigns finished generation codes. This also returns campaigns regardless of their `expiration_date` and `start_date`. [optional]
Failed Object Campaigs failed to generated codes. [optional]
InProgress Object Campaigns are generating codes or they are updating. [optional]
Expired Object Campaigns generated codes, but their `expiration_date` is in the past. [optional]
BeforeStart Object Campaigns generated codes, but their `start_date` is in the future. [optional]

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