Package travel.wink.sdk.extranet.model
Class RatePlanLevelFeeSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.RatePlanLevelFeeSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-13T15:18:08.025905945+07:00[Asia/Bangkok]")
public class RatePlanLevelFeeSupplierDetails
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(LocalizedDescriptionSupplierDetails descriptionsItem) descriptions(List<LocalizedDescriptionSupplierDetails> descriptions) booleanfixedAmount(CustomMonetaryAmount fixedAmount) @NotNull @Valid List<LocalizedDescriptionSupplierDetails>List of localized descriptions for this fee.@NotNull @Valid CustomMonetaryAmountGet fixedAmountgetType()Rate plan fee typeinthashCode()voidsetDescriptions(List<LocalizedDescriptionSupplierDetails> 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
-
RatePlanLevelFeeSupplierDetails
public RatePlanLevelFeeSupplierDetails()
-
-
Method Details
-
descriptions
public RatePlanLevelFeeSupplierDetails descriptions(List<LocalizedDescriptionSupplierDetails> descriptions) -
addDescriptionsItem
public RatePlanLevelFeeSupplierDetails addDescriptionsItem(LocalizedDescriptionSupplierDetails descriptionsItem) -
getDescriptions
@Nonnull @NotNull @Valid public @NotNull @Valid List<LocalizedDescriptionSupplierDetails> 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
-