Package travel.wink.sdk.extranet.model
Class RatePlanLevelFee
java.lang.Object
travel.wink.sdk.extranet.model.RatePlanLevelFee
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-04-15T11:55:15.242722091+07:00[Asia/Bangkok]")
public class RatePlanLevelFee
extends Object
RatePlanLevelFee
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescription descriptionsItem) descriptions(List<LocalizedDescription> descriptions) booleanfixedAmount(CustomMonetaryAmount fixedAmount) @NotNull @Valid List<LocalizedDescription> List of localized descriptions for this fee.@NotNull @Valid CustomMonetaryAmountGet fixedAmount@NotNull RatePlanLevelFee.TypeEnumgetType()Rate plan fee typeinthashCode()voidsetDescriptions(List<LocalizedDescription> descriptions) voidsetFixedAmount(CustomMonetaryAmount fixedAmount) voidtoString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
JSON_PROPERTY_FIXED_AMOUNT
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
RatePlanLevelFee
public RatePlanLevelFee()
-
-
Method Details
-
descriptions
-
addDescriptionsItem
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-