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 

TypeDescription
Stringthe error code

global void setErrorCode(String errorCode) 

Sets error code.

Parameters 

ParamDescription
errorCodethe error code

global String getErrorMessage() 

Gets error message.

Returns 

TypeDescription
Stringthe error message

global void setErrorMessage(String errorMessage) 

Sets error message.

Parameters 

ParamDescription
errorMessagethe error message

global Boolean getSucceed() 

Gets succeed.

Returns 

TypeDescription
Booleanthe succeed

global void setSucceed(Boolean succeed) 

Sets succeed.

Parameters 

ParamDescription
succeedthe succeed

global ID getReservationSourceId() 

Gets reservation source id.

Returns 

TypeDescription
IDthe reservation source id

global void setReservationSourceId(ID reservationSourceId) 

Sets reservation source id.

Parameters 

ParamDescription
reservationSourceIdthe reservation source id

global String getReservationIdentifier() 

Gets reservation identifier.

Returns 

TypeDescription
Stringthe reservation identifier

global void setReservationIdentifier(String reservationIdentifier) 

Sets reservation identifier.

Parameters 

ParamDescription
reservationIdentifierthe reservation identifier

global List<UpsertItemReservationResponse> getItems() 

Get items epn upsert item reservation response.

Returns 

TypeDescription
List<UpsertItemReservationResponse>the epn upsert item reservation response

global void setItems(List<UpsertItemReservationResponse> items) 

Sets reservation identifier.

Parameters 

ParamDescription
reservationIdentifierthe reservation identifier

Newer Version Available

This content describes an older version of this product. View Latest

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!