Promotion constructor

Promotion({
  1. Attributes? attributes,
  2. String? contentLanguage,
  3. List<CustomAttribute>? customAttributes,
  4. String? dataSource,
  5. String? name,
  6. String? promotionId,
  7. PromotionStatus? promotionStatus,
  8. List<String>? redemptionChannel,
  9. String? targetCountry,
  10. String? versionNumber,
})

Implementation

Promotion({
  this.attributes,
  this.contentLanguage,
  this.customAttributes,
  this.dataSource,
  this.name,
  this.promotionId,
  this.promotionStatus,
  this.redemptionChannel,
  this.targetCountry,
  this.versionNumber,
});