Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 878 Bytes

File metadata and controls

14 lines (10 loc) · 878 Bytes

Voucherify.Model.ParameterFiltersListCampaignsActive

Filters campaigns by their active state. Pass the filter as an empty object, for example filters[active][conditions][$enabled]=.

Properties

Name Type Description Notes
Enabled Object Campaigns are enabled. [optional]
Disabled Object Campaigns are disabled. [optional]
Expired Object Campaign `expiration_date` is in the past. [optional]
Active Object Campaigns are active, `start_date` is `null` or in the past, and `expiration_date` is `null` or in the future. [optional]

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