Promotion constructor
Promotion({
- Attributes? attributes,
- String? contentLanguage,
- List<
CustomAttribute> ? customAttributes, - String? dataSource,
- String? name,
- String? promotionId,
- PromotionStatus? promotionStatus,
- List<
String> ? redemptionChannel, - String? targetCountry,
- String? versionNumber,
Implementation
Promotion({
this.attributes,
this.contentLanguage,
this.customAttributes,
this.dataSource,
this.name,
this.promotionId,
this.promotionStatus,
this.redemptionChannel,
this.targetCountry,
this.versionNumber,
});