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
InventoryTransaction s. |
int |
hashCode() |
void |
setInventoryTransactions(List<InventoryTransaction> inventoryTransactions)
List of associated
InventoryTransaction s. |
String |
toString() |
public List<InventoryTransaction> getInventoryTransactions()
InventoryTransaction
s.public void setInventoryTransactions(List<InventoryTransaction> inventoryTransactions)
InventoryTransaction
s.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.