Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 3.51 KB

ValidationRulesUpdateResponseBody.md

File metadata and controls

18 lines (15 loc) · 3.51 KB

VoucherifySdk::ValidationRulesUpdateResponseBody

Properties

Name Type Description Notes
name String Custom, unique name for set of validation rules.
rules Object Contains all the rule definitions for the validation rule. It is a set of key value pairs representing the rules and logic between the rules. The keys are numbered consecutively beginning from `1`. The values are objects containing the rule conditions.
error ValidationRuleBaseError [optional]
applicable_to ValidationRuleBaseApplicableTo
type String Type of validation rule. [default to 'expression']
context_type String Validation rule context type. Context Type
id String Unique validation rule ID.
created_at Time Timestamp representing the date and time when the validation rule was created in ISO 8601 format.
updated_at Time Timestamp representing the date and time when the validation rule was updated in ISO 8601 format. [optional]
assignments_count Integer The number of instances the validation rule has been assigned to different types of redeemables. [optional]
object String The type of object represented by JSON. This object stores information about the validation rule. [default to 'validation_rules']