Module: apis/extra

Methods

(async, inner) getExtraById(guestId) → {Promise.<response>}

Get a specific extra given its ID.
Parameters:
Name Type Description
guestId string ID of the extra to retrieve.
Source:
Returns:
response to the request.
Type
Promise.<response>

(async, inner) getExtras(params) → {Promise.<response>}

Get all extras.
Parameters:
Name Type Default Description
params object {} Optional params to be passed to request.
Source:
Returns:
response to the request.
Type
Promise.<response>