commerce_inventory.UpsertReservationResponse
Constructors
global UpsertReservationResponse()
Instantiates a new upsert reservation response. Including the java reference Dto
Methods
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 Boolean getSucceed()
Gets succeed.
Returns
| Type | Description |
|---|
Boolean | the succeed |
global void setSucceed(Boolean succeed)
Sets succeed.
Parameters
| Param | Description |
|---|
succeed | the succeed |
global ID getReservationSourceId()
Gets reservation source id.
Returns
| Type | Description |
|---|
ID | the reservation source id |
global void setReservationSourceId(ID reservationSourceId)
Sets reservation source id.
Parameters
| Param | Description |
|---|
reservationSourceId | the reservation source id |
global String getReservationIdentifier()
Gets reservation identifier.
Returns
| Type | Description |
|---|
String | the reservation identifier |
global void setReservationIdentifier(String reservationIdentifier)
Sets reservation identifier.
Parameters
| Param | Description |
|---|
reservationIdentifier | the reservation identifier |
global List<UpsertItemReservationResponse> getItems()
Get items epn upsert item reservation response.
Returns
| Type | Description |
|---|
List<UpsertItemReservationResponse> | the epn upsert item reservation response |
global void setItems(List<UpsertItemReservationResponse> items)
Sets reservation identifier.
Parameters
| Param | Description |
|---|
reservationIdentifier | the reservation identifier |