InventoryAdjustment constructor

InventoryAdjustment({
  1. String? locationId,
  2. String? id,
  3. String? createdAt,
  4. SourceApplication? source,
  5. Money? totalPriceMoney,
  6. String? catalogObjectId,
  7. String? referenceId,
  8. String? quantity,
  9. String? transactionId,
  10. String? refundId,
  11. String? employeeId,
  12. InventoryAdjustmentGroup? adjustmentGroup,
  13. String? catalogObjectType,
  14. String? fromState,
  15. String? goodsReceiptId,
  16. String? occurredAt,
  17. String? purchaseOrderId,
  18. String? toState,
})

Implementation

InventoryAdjustment({
  this.locationId, this.id, this.createdAt, this.source,
  this.totalPriceMoney, this.catalogObjectId, this.referenceId,
  this.quantity, this.transactionId, this.refundId,
  this.employeeId, this.adjustmentGroup, this.catalogObjectType,
  this.fromState, this.goodsReceiptId, this.occurredAt,
  this.purchaseOrderId, this.toState
});