InventoryAdjustment constructor
InventoryAdjustment({
- String? locationId,
- String? id,
- String? createdAt,
- SourceApplication? source,
- Money? totalPriceMoney,
- String? catalogObjectId,
- String? referenceId,
- String? quantity,
- String? transactionId,
- String? refundId,
- String? employeeId,
- InventoryAdjustmentGroup? adjustmentGroup,
- String? catalogObjectType,
- String? fromState,
- String? goodsReceiptId,
- String? occurredAt,
- String? purchaseOrderId,
- 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
});