Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

PromotionRestriction

Representation of a Promotion Restriction PromotionRestriction

export interface PromotionRestriction {
	'description'?: string;
	'restrictionType'?: string;
}

Properties

NameRequiredTypeDescription
descriptionOptionalstringDescription of the promotion restriction {string} PromotionRestriction
restrictionTypeOptionalstringType of the promotion restriction {string} PromotionRestriction

On this page