InventoryCountRequest constructor

InventoryCountRequest({
  1. String? cursor,
  2. String? locationIds,
})

Implementation

InventoryCountRequest({
  this.cursor, this.locationIds
});