commerce_inventory.InventoryItemReservation
Instantiates a new Inventory item reservation levels response. Including the java reference Dto
Gets id.
| Type | Description |
|---|---|
ID | the id |
Sets id.
| Param | Description |
|---|---|
id | the id |
Gets inventory reservation id.
| Type | Description |
|---|---|
ID | the inventory reservation id |
Sets inventory reservation id.
| Param | Description |
|---|---|
inventoryReservationId | the inventory reservation id |
Gets item reservation source id.
| Type | Description |
|---|---|
ID | the item reservation source id |
Sets item reservation source id.
| Param | Description |
|---|---|
itemReservationSourceId | the item reservation source id |
Gets product id.
| Type | Description |
|---|---|
ID | the product id |
Sets product id.
| Param | Description |
|---|---|
productId | the product id |
Gets quantity.
| Type | Description |
|---|---|
Double | the quantity |
Sets quantity.
| Param | Description |
|---|---|
quantity | the quantity |
Gets reserved at location id.
| Type | Description |
|---|---|
ID | the reserved at location id |
Sets reserved at location id.
| Param | Description |
|---|---|
reservedAtLocationId | the reserved at location id |
Gets error code.
| Type | Description |
|---|---|
String | the error code |
Sets error code.
| Param | Description |
|---|---|
errorCode | the error code |
Gets error message.
| Type | Description |
|---|---|
String | the error message |
Sets error message.
| Param | Description |
|---|---|
errorMessage | the error message |