OrderCustomerMarketingRightsInfo constructor

OrderCustomerMarketingRightsInfo({
  1. String? explicitMarketingPreference,
  2. String? lastUpdatedTimestamp,
  3. String? marketingEmailAddress,
})

Implementation

OrderCustomerMarketingRightsInfo({
  this.explicitMarketingPreference,
  this.lastUpdatedTimestamp,
  this.marketingEmailAddress,
});