Class ExtraChargeAuthenticatedEntity
java.lang.Object
travel.wink.sdk.booking.model.ExtraChargeAuthenticatedEntity
@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 ExtraChargeAuthenticatedEntity
extends Object
ExtraChargeAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPrice()The localized price of the extra chargeWhat the guest is paying extra forThe localized unit price of the extra chargeinthashCode()ratePlanLevelFee(RatePlanLevelFeeAuthenticatedEntity ratePlanLevelFee) voidvoidsetRatePlanLevelFee(RatePlanLevelFeeAuthenticatedEntity ratePlanLevelFee) voidsetUnitPrice(LocalizedPriceAuthenticatedEntity unitPrice) toString()unitPrice(LocalizedPriceAuthenticatedEntity unitPrice)
-
Field Details
-
JSON_PROPERTY_RATE_PLAN_LEVEL_FEE
- See Also:
-
JSON_PROPERTY_UNIT_PRICE
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
-
Constructor Details
-
ExtraChargeAuthenticatedEntity
public ExtraChargeAuthenticatedEntity()
-
-
Method Details
-
ratePlanLevelFee
public ExtraChargeAuthenticatedEntity ratePlanLevelFee(@Nullable RatePlanLevelFeeAuthenticatedEntity ratePlanLevelFee) -
getRatePlanLevelFee
What the guest is paying extra for- Returns:
- ratePlanLevelFee
-
setRatePlanLevelFee
-
unitPrice
public ExtraChargeAuthenticatedEntity unitPrice(@Nullable LocalizedPriceAuthenticatedEntity unitPrice) -
getUnitPrice
The localized unit price of the extra charge- Returns:
- unitPrice
-
setUnitPrice
-
price
-
getPrice
The localized price of the extra charge- Returns:
- price
-
setPrice
-
equals
-
hashCode
-
toString
-