This object stores an assignment of a Validation Rules object with a Voucher, Campaign, or Promotion tier
Attribute | Description | Example |
---|---|---|
id |
| |
object | Type of the object represented by JSON. Value is | |
rule_id | A unique related validation rule identifier |
|
created_at |
| |
updated_at |
| |
related_object_type | A type of related object, possible values are: |
|
related_object_id `string | A identifier related object identifier |
|
{
"id": "asgm_hXnKYgeW74BsDByc",
"rule_id": "val_bXOKIS7bAMaG",
"related_object_id": "promo_40sT6Tde71wuiyuDOVOl8ezI",
"related_object_type": "promotion_tier",
"created_at": "2018-12-19T10:25:50Z",
"updated_at": null,
"object": "validation_rules_assignment"
}