InventoryAdjustmentResponse constructor

InventoryAdjustmentResponse({
  1. List<SquareError>? errors,
  2. InventoryAdjustment? adjustment,
})

Implementation

InventoryAdjustmentResponse({
  this.errors,  this.adjustment
});