Package travel.wink.sdk.affiliate.model
Class RatePlanLevelFeeAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.RatePlanLevelFeeAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-16T10:17:15.847873815+07:00[Asia/Bangkok]")
public class RatePlanLevelFeeAffiliate
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(LocalizedDescriptionAffiliate descriptionsItem) descriptions(List<LocalizedDescriptionAffiliate> descriptions) booleanfixedAmount(CustomMonetaryAmount fixedAmount) @NotNull @Valid List<LocalizedDescriptionAffiliate>List of localized descriptions for this fee.@NotNull @Valid CustomMonetaryAmountGet fixedAmount@NotNull RatePlanLevelFeeAffiliate.TypeEnumgetType()Rate plan fee typeinthashCode()voidsetDescriptions(List<LocalizedDescriptionAffiliate> 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
-
RatePlanLevelFeeAffiliate
public RatePlanLevelFeeAffiliate()
-
-
Method Details
-
descriptions
-
addDescriptionsItem
public RatePlanLevelFeeAffiliate addDescriptionsItem(LocalizedDescriptionAffiliate descriptionsItem) -
getDescriptions
@Nonnull @NotNull @Valid public @NotNull @Valid List<LocalizedDescriptionAffiliate> 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
-