Package travel.wink.sdk.booking.model
Class RatePlanLevelFeeAgent
java.lang.Object
travel.wink.sdk.booking.model.RatePlanLevelFeeAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-03T16:30:28.282006180+07:00[Asia/Bangkok]")
public class RatePlanLevelFeeAgent
extends Object
What the guest is paying extra for
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionAgent descriptionsItem) descriptions(List<LocalizedDescriptionAgent> descriptions) booleanfixedAmount(CustomMonetaryAmount fixedAmount) @NotNull @Valid List<LocalizedDescriptionAgent>List of localized descriptions for this fee.@NotNull @Valid CustomMonetaryAmountGet fixedAmount@NotNull RatePlanLevelFeeAgent.TypeEnumgetType()Rate plan fee typeinthashCode()voidsetDescriptions(List<LocalizedDescriptionAgent> 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
-
RatePlanLevelFeeAgent
public RatePlanLevelFeeAgent()
-
-
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
-