PromotionRestriction
Representation of a Promotion Restriction PromotionRestriction
export interface PromotionRestriction {
'description'?: string;
'restrictionType'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
description | Optional | string | Description of the promotion restriction {string} PromotionRestriction |
restrictionType | Optional | string | Type of the promotion restriction {string} PromotionRestriction |