commerce_inventory.UpsertItemReservationResponse
Constructors
global UpsertItemReservationResponse()
Instantiates a new Upsert item reservation response. Including the java reference Dto
Methods
global Double getQuantity()
Gets quantity.
Returns
| Type | Description |
|---|
Double | the quantity |
global void setQuantity(Double quantity)
Sets quantity.
Parameters
| Param | Description |
|---|
quantity | the quantity |
global ID getReservedAtLocationId()
Gets reserved at location id.
Returns
| Type | Description |
|---|
ID | the reserved at location id |
global void setReservedAtLocationId(ID reservedAtLocationId)
Sets reserved at location id.
Parameters
| Param | Description |
|---|
reservedAtLocationId | the reserved at location id |
global String getErrorCode()
Gets error code.
Returns
| Type | Description |
|---|
String | the error code |
global void setErrorCode(String errorCode)
Sets error code.
Parameters
| Param | Description |
|---|
errorCode | the error code |
global String getErrorMessage()
Gets error message.
Returns
| Type | Description |
|---|
String | the error message |
global void setErrorMessage(String errorMessage)
Sets error message.
Parameters
| Param | Description |
|---|
errorMessage | the error message |
global ID getItemReservationSourceId()
Gets item reservation source id.
Returns
| Type | Description |
|---|
ID | the item reservation source id |
global void setItemReservationSourceId(ID itemReservationSourceId)
Sets item reservation source id.
Parameters
| Param | Description |
|---|
itemReservationSourceId | the item reservation source id |
global ID getProductId()
Gets product id.
Returns
| Type | Description |
|---|
ID | the product id |
global void setProductId(ID productId)
Sets product id.
Parameters
| Param | Description |
|---|
productId | the product id |
global List<UpsertItemReservationResponse> getAssociatedProducts()
Get associated products.
Returns
| Type | Description |
|---|
List<UpsertItemReservationResponse> | the list of associated products |
global void setAssociatedProducts(List<UpsertItemReservationResponse> associatedProducts)
Sets associated products.
Parameters
| Param | Description |
|---|
associated | products |