commerce_inventory.InventoryReservation
Instantiates a new Item inventory levels response. Including the java reference Dto
Gets id.
| Type | Description |
|---|---|
ID | the id |
Sets id.
| Param | Description |
|---|---|
id | the id |
Gets duration in seconds.
| Type | Description |
|---|---|
Integer | the duration in seconds |
Sets duration in seconds.
| Param | Description |
|---|---|
durationInSeconds | the duration in seconds |
Gets reservation identifier.
| Type | Description |
|---|---|
String | the reservation identifier |
Sets reservation identifier.
| Param | Description |
|---|---|
reservationIdentifier | the reservation identifier |
Gets reservation source id.
| Type | Description |
|---|---|
ID | the reservation source id |
Sets reservation source id.
| Param | Description |
|---|---|
reservationSourceId | the reservation source 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 |
Gets items.
| Type | Description |
|---|---|
List<InventoryItemReservation> | the items |
Sets items.
| Param | Description |
|---|---|
items | the items |