Package travel.wink.sdk.booking.model
Class RatePlanLevelFeeBooker
java.lang.Object
travel.wink.sdk.booking.model.RatePlanLevelFeeBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-12-21T14:56:58.506958689+07:00[Asia/Bangkok]")
public class RatePlanLevelFeeBooker
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(LocalizedDescriptionBooker descriptionsItem) descriptions(List<LocalizedDescriptionBooker> descriptions) booleanfixedAmount(CustomMonetaryAmount fixedAmount) @NotNull @Valid List<LocalizedDescriptionBooker> List of localized descriptions for this fee.@NotNull @Valid CustomMonetaryAmountGet fixedAmount@NotNull RatePlanLevelFeeBooker.TypeEnumgetType()Rate plan fee typeinthashCode()voidsetDescriptions(List<LocalizedDescriptionBooker> 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
-
RatePlanLevelFeeBooker
public RatePlanLevelFeeBooker()
-
-
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
-