Class RatePlanLevelFeeSupplier
java.lang.Object
travel.wink.sdk.extranet.booking.model.RatePlanLevelFeeSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-24T16:09:09.617820397+07:00[Asia/Bangkok]")
public class RatePlanLevelFeeSupplier
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(LocalizedDescriptionSupplier descriptionsItem) descriptions(List<LocalizedDescriptionSupplier> descriptions) booleanfixedAmount(CustomMonetaryAmount fixedAmount) @NotNull @Valid List<LocalizedDescriptionSupplier> List of localized descriptions for this fee.@NotNull @Valid CustomMonetaryAmountGet fixedAmount@NotNull RatePlanLevelFeeSupplier.TypeEnumgetType()Rate plan fee typeinthashCode()voidsetDescriptions(List<LocalizedDescriptionSupplier> 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
-
RatePlanLevelFeeSupplier
public RatePlanLevelFeeSupplier()
-
-
Method Details
-
descriptions
-
addDescriptionsItem
-
getDescriptions
@Nonnull @NotNull @Valid public @NotNull @Valid List<LocalizedDescriptionSupplier> 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
-
toString
-