AccountStatusProducts constructor

AccountStatusProducts({
  1. String? channel,
  2. String? country,
  3. String? destination,
  4. List<AccountStatusItemLevelIssue>? itemLevelIssues,
  5. AccountStatusStatistics? statistics,
})

Implementation

AccountStatusProducts({
  this.channel,
  this.country,
  this.destination,
  this.itemLevelIssues,
  this.statistics,
});