Uses of Class
io.swagger.client.model.RatePlan
-
Packages that use RatePlan Package Description io.swagger.client.model -
-
Uses of RatePlan in io.swagger.client.model
Methods in io.swagger.client.model that return RatePlan Modifier and Type Method Description RatePlan
RatePlan. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
RatePlan
RatePlan. addInclusionsItem(String inclusionsItem)
RatePlan
RatePlan. additionalProperties(List<AdditionalProperty> additionalProperties)
RatePlan
RatePlan. availableStatus(String availableStatus)
RatePlan
RatePlan. cancelPolicyIndicator(String cancelPolicyIndicator)
RatePlan
RatePlan. code(String code)
RatePlan
RatePlan. combinePolicy(Boolean combinePolicy)
RatePlan
RatePlan. fixedCombo(Boolean fixedCombo)
RatePlan
Room. getRatePlan()
Get ratePlanRatePlan
RatePlan. gstAssured(Boolean gstAssured)
RatePlan
RatePlan. inclusions(List<String> inclusions)
RatePlan
RatePlan. isPackage(Boolean isPackage)
RatePlan
RatePlan. lastCancellationDate(String lastCancellationDate)
RatePlan
RatePlan. meal(String meal)
RatePlan
RatePlan. rateType(String rateType)
RatePlan
RatePlan. supplierCode(String supplierCode)
Methods in io.swagger.client.model with parameters of type RatePlan Modifier and Type Method Description Room
Room. ratePlan(RatePlan ratePlan)
void
Room. setRatePlan(RatePlan ratePlan)
-