public class SkuInventoryReservationResponse extends Object
InventoryTransaction records after an Inventory Reservation.| Constructor and Description |
|---|
SkuInventoryReservationResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<InventoryTransaction> |
getInventoryTransactions()
List of associated
InventoryTransactions. |
int |
hashCode() |
void |
setInventoryTransactions(List<InventoryTransaction> inventoryTransactions)
List of associated
InventoryTransactions. |
String |
toString() |
public List<InventoryTransaction> getInventoryTransactions()
InventoryTransactions.public void setInventoryTransactions(List<InventoryTransaction> inventoryTransactions)
InventoryTransactions.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.