InventoryPhysicalResponse constructor

InventoryPhysicalResponse({
  1. List<SquareError>? errors,
  2. List<InventoryPhysicalCount>? counts,
  3. String? cursor,
  4. InventoryPhysicalCount? count,
})

Implementation

InventoryPhysicalResponse({
  this.errors, this.counts, this.cursor, this.count
});