Alokai

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