Class ExtraChargeBooker
java.lang.Object
travel.wink.sdk.booking.model.ExtraChargeBooker
@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 ExtraChargeBooker
extends Object
ExtraChargeBooker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid LocalizedPriceBookergetPrice()The localized price of the extra charge@Valid RatePlanLevelFeeBookerWhat the guest is paying extra for@Valid LocalizedPriceBookerThe localized unit price of the extra chargeinthashCode()price(LocalizedPriceBooker price) ratePlanLevelFee(RatePlanLevelFeeBooker ratePlanLevelFee) voidsetPrice(LocalizedPriceBooker price) voidsetRatePlanLevelFee(RatePlanLevelFeeBooker ratePlanLevelFee) voidsetUnitPrice(LocalizedPriceBooker unitPrice) toString()unitPrice(LocalizedPriceBooker unitPrice)
-
Field Details
-
JSON_PROPERTY_RATE_PLAN_LEVEL_FEE
- See Also:
-
JSON_PROPERTY_UNIT_PRICE
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
-
Constructor Details
-
ExtraChargeBooker
public ExtraChargeBooker()
-
-
Method Details
-
ratePlanLevelFee
-
getRatePlanLevelFee
What the guest is paying extra for- Returns:
- ratePlanLevelFee
-
setRatePlanLevelFee
-
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
-