Skip to main content
Skip to main content

DiscountConditionProductType

This represents the association between a discount condition and a product type

Properties

product_type_idstringRequired
The ID of the Product Tag
condition_idstringRequired
The ID of the Discount Condition
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
product_typeProductType
The details of the product type.
discount_conditionDiscountCondition
The details of the discount condition.
Was this section helpful?