DiscountConditionProduct
This represents the association between a discount condition and a product
Constructors
constructor
**new DiscountConditionProduct**()
This represents the association between a discount condition and a product
Properties
condition_idstringRequiredThe ID of the Discount Condition
created_atDateRequiredThe date with timezone at which the resource was created.
The details of the discount condition.
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
The details of the product.
product_idstringRequiredThe ID of the Product Tag
updated_atDateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?