AccountStatusProducts constructor
AccountStatusProducts({
- String? channel,
- String? country,
- String? destination,
- List<
AccountStatusItemLevelIssue> ? itemLevelIssues, - AccountStatusStatistics? statistics,
Implementation
AccountStatusProducts({
this.channel,
this.country,
this.destination,
this.itemLevelIssues,
this.statistics,
});