Package travel.wink.sdk.extranet.model
Class RatePlanLevelFeeDescriptive
java.lang.Object
travel.wink.sdk.extranet.model.RatePlanLevelFeeDescriptive
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-08-16T13:27:39.414751+07:00[Asia/Bangkok]")
public class RatePlanLevelFeeDescriptive
extends Object
What the guest is paying extra for
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRate plan fee type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(SimpleDescriptionDescriptive descriptionsItem) descriptions(List<SimpleDescriptionDescriptive> descriptions) booleanfixedAmount(MoneysDescriptive fixedAmount) @NotNull @Valid List<SimpleDescriptionDescriptive>List of localized descriptions for this fee.@NotNull @Valid MoneysDescriptiveGet fixedAmount@NotNull RatePlanLevelFeeDescriptive.TypeEnumgetType()Rate plan fee typegetValid()Get validinthashCode()voidsetDescriptions(List<SimpleDescriptionDescriptive> descriptions) voidsetFixedAmount(MoneysDescriptive fixedAmount) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
JSON_PROPERTY_FIXED_AMOUNT
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALID
- See Also:
-
-
Constructor Details
-
RatePlanLevelFeeDescriptive
public RatePlanLevelFeeDescriptive()
-
-
Method Details
-
descriptions
-
addDescriptionsItem
public RatePlanLevelFeeDescriptive addDescriptionsItem(SimpleDescriptionDescriptive descriptionsItem) -
getDescriptions
@Nonnull @NotNull @Valid public @NotNull @Valid List<SimpleDescriptionDescriptive> getDescriptions()List of localized descriptions for this fee.- Returns:
- descriptions
-
setDescriptions
-
fixedAmount
-
getFixedAmount
Get fixedAmount- Returns:
- fixedAmount
-
setFixedAmount
-
type
-
getType
Rate plan fee type- Returns:
- type
-
setType
-
valid
-
getValid
Get valid- Returns:
- valid
-
setValid
-
equals
-
hashCode
public int hashCode() -
toString
-