Skip to content

Latest commit

 

History

History
84 lines (36 loc) · 1.7 KB

File metadata and controls

84 lines (36 loc) · 1.7 KB

Voucherify.ParameterFiltersListCampaignsCampaignStatusConditions

Properties

Name Type Description Notes
_in [String] Array of resource values that should be included in the results (multiple values). [optional]
notIn [String] Array of resource values that should be included in the results (multiple values). [optional]
is String Value is exactly this value (single value). [optional]
isNot String Results omit this value (single value). [optional]
hasValue String Value is NOT null. The value for this parameter is an empty string. [optional]
isUnknown String Value is null. The value for this parameter is an empty string. [optional]
startsWith String Value starts with the specified string. [optional]
endsWith String Value ends with the specified string. [optional]

Enum: [InEnum]

  • DONE (value: "DONE")

  • IN_PROGRESS (value: "IN_PROGRESS")

  • FAILED (value: "FAILED")

  • DRAFT (value: "DRAFT")

  • MODIFYING (value: "MODIFYING")

Enum: [NotInEnum]

  • DONE (value: "DONE")

  • IN_PROGRESS (value: "IN_PROGRESS")

  • FAILED (value: "FAILED")

  • DRAFT (value: "DRAFT")

  • MODIFYING (value: "MODIFYING")

Enum: IsEnum

  • DONE (value: "DONE")

  • IN_PROGRESS (value: "IN_PROGRESS")

  • FAILED (value: "FAILED")

  • DRAFT (value: "DRAFT")

  • MODIFYING (value: "MODIFYING")

Enum: IsNotEnum

  • DONE (value: "DONE")

  • IN_PROGRESS (value: "IN_PROGRESS")

  • FAILED (value: "FAILED")

  • DRAFT (value: "DRAFT")

  • MODIFYING (value: "MODIFYING")