Class RatePlanLevelFeeBooker
java.lang.Object
travel.wink.sdk.booking.model.RatePlanLevelFeeBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:16:53.154776164+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class RatePlanLevelFeeBooker
extends Object
RatePlanLevelFeeBooker
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionBooker descriptionsItem) descriptions(List<@Valid LocalizedDescriptionBooker> descriptions) booleanfixedAmount(CustomMonetaryAmount fixedAmount) @NotNull @Valid @Size(min=1) List<@Valid LocalizedDescriptionBooker> List of localized descriptions for this fee.@NotNull @Valid CustomMonetaryAmountRate plan level fixed fee amount in property currency@NotNull RatePlanLevelFeeBooker.TypeEnumgetType()Rate plan fee typeinthashCode()voidsetDescriptions(List<@Valid 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
public RatePlanLevelFeeBooker descriptions(@Nonnull List<@Valid LocalizedDescriptionBooker> descriptions) -
addDescriptionsItem
-
getDescriptions
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) List<@Valid LocalizedDescriptionBooker> getDescriptions()List of localized descriptions for this fee.- Returns:
- descriptions
-
setDescriptions
-
fixedAmount
-
getFixedAmount
Rate plan level fixed fee amount in property currency- Returns:
- fixedAmount
-
setFixedAmount
-
type
-
getType
Rate plan fee type- Returns:
- type
-
setType
-
equals
-
hashCode
-
toString
-