$InventorySourceStatus constructor

$InventorySourceStatus({
  1. String? configStatus,
  2. String? entityPauseReason,
  3. String? entityStatus,
  4. String? sellerPauseReason,
  5. String? sellerStatus,
})

Implementation

$InventorySourceStatus({
  this.configStatus,
  this.entityPauseReason,
  this.entityStatus,
  this.sellerPauseReason,
  this.sellerStatus,
});