| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
InventoryAdjustmentGroup |
InventoryAdjustmentGroup.Builder.build()
Builds a new
InventoryAdjustmentGroup object using the set fields. |
InventoryAdjustmentGroup |
InventoryAdjustment.getAdjustmentGroup()
Getter for AdjustmentGroup.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryAdjustment.Builder |
InventoryAdjustment.Builder.adjustmentGroup(InventoryAdjustmentGroup adjustmentGroup)
Setter for adjustmentGroup.
|
| Constructor and Description |
|---|
InventoryAdjustment(String id,
String referenceId,
String fromState,
String toState,
String locationId,
String catalogObjectId,
String catalogObjectType,
String quantity,
Money totalPriceMoney,
String occurredAt,
String createdAt,
SourceApplication source,
String employeeId,
String teamMemberId,
String transactionId,
String refundId,
String purchaseOrderId,
String goodsReceiptId,
InventoryAdjustmentGroup adjustmentGroup)
Initialization constructor.
|
Copyright © 2022. All rights reserved.