Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.7 KB

ValidationsRedeemableSkippedResult.md

File metadata and controls

40 lines (24 loc) · 1.7 KB

ValidationsRedeemableSkippedResult

Properties

Name Type Description Notes
key KeyEnum [optional]
message MessageEnum [optional]

Enum: KeyEnum

Name Value
APPLICABLE_REDEEMABLES_LIMIT_EXCEEDED "applicable_redeemables_limit_exceeded"
APPLICABLE_REDEEMABLES_PER_CATEGORY_LIMIT_EXCEEDED "applicable_redeemables_per_category_limit_exceeded"
APPLICABLE_EXCLUSIVE_REDEEMABLES_LIMIT_EXCEEDED "applicable_exclusive_redeemables_limit_exceeded"
APPLICABLE_EXCLUSIVE_REDEEMABLES_PER_CATEGORY_LIMIT_EXCEEDED "applicable_exclusive_redeemables_per_category_limit_exceeded"
EXCLUSION_RULES_NOT_MET "exclusion_rules_not_met"
PRECEDING_VALIDATION_FAILED "preceding_validation_failed"

Enum: MessageEnum

Name Value
APPLICABLE_REDEEMABLES_LIMIT_EXCEEDED "Applicable redeemables limit exceeded"
APPLICABLE_REDEEMABLES_LIMIT_PER_CATEGORY_EXCEEDED "Applicable redeemables limit per category exceeded"
APPLICABLE_EXCLUSIVE_REDEEMABLES_LIMIT_EXCEEDED "Applicable exclusive redeemables limit exceeded"
APPLICABLE_EXCLUSIVE_REDEEMABLES_LIMIT_PER_CATEGORY_EXCEEDED "Applicable exclusive redeemables limit per category exceeded"
REDEEMABLE_CANNOT_BE_APPLIED_DUE_TO_EXCLUSION_RULES "Redeemable cannot be applied due to exclusion rules"
REDEEMABLE_CANNOT_BE_APPLIED_DUE_TO_PRECEDING_VALIDATION_FAILURE "Redeemable cannot be applied due to preceding validation failure"