commerce_inventory.InventoryReservation

Constructors 

global InventoryReservation() 

Instantiates a new Item inventory levels response. Including the java reference Dto


Methods 

global ID getId() 

Gets id.

Returns 

TypeDescription
IDthe id

global void setId(ID id) 

Sets id.

Parameters 

ParamDescription
idthe id

global Integer getDurationInSeconds() 

Gets duration in seconds.

Returns 

TypeDescription
Integerthe duration in seconds

global void setDurationInSeconds(Integer durationInSeconds) 

Sets duration in seconds.

Parameters 

ParamDescription
durationInSecondsthe duration in seconds

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 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 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 List<InventoryItemReservation> getItems() 

Gets items.

Returns 

TypeDescription
List<InventoryItemReservation>the items

global void setItems(List<InventoryItemReservation> items) 

Sets items.

Parameters 

ParamDescription
itemsthe items

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!