Class RatePlanLevelFeeSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.booking.model.RatePlanLevelFeeSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:17:36.846722567+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class RatePlanLevelFeeSupplierDetails
extends Object
RatePlanLevelFeeSupplierDetails
-
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<@Valid LocalizedDescriptionSupplierDetails> descriptions) booleanfixedAmount(CustomMonetaryAmount fixedAmount) @NotNull @Valid @Size(min=1) List<@Valid LocalizedDescriptionSupplierDetails> List of localized descriptions for this fee.@NotNull @Valid CustomMonetaryAmountRate plan level fixed fee amount in property currencygetType()Rate plan fee typeinthashCode()voidsetDescriptions(List<@Valid 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(@Nonnull List<@Valid LocalizedDescriptionSupplierDetails> descriptions) -
addDescriptionsItem
public RatePlanLevelFeeSupplierDetails addDescriptionsItem(LocalizedDescriptionSupplierDetails descriptionsItem) -
getDescriptions
@Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) List<@Valid LocalizedDescriptionSupplierDetails> 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
-