Package travel.wink.sdk.booking.model
Class ExtraChargeBooker
java.lang.Object
travel.wink.sdk.booking.model.ExtraChargeBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-10T10:48:08.191600840+07:00[Asia/Bangkok]")
public class ExtraChargeBooker
extends Object
List of extra charges that applies to the rate plan.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid LocalizedPriceBookergetPrice()Get priceWhat the guest is paying extra for@Valid LocalizedPriceBookerGet unitPriceinthashCode()price(LocalizedPriceBooker price) ratePlanLevelFee(Object ratePlanLevelFee) voidsetPrice(LocalizedPriceBooker price) voidsetRatePlanLevelFee(Object 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
Get unitPrice- Returns:
- unitPrice
-
setUnitPrice
-
price
-
getPrice
Get price- Returns:
- price
-
setPrice
-
equals
-
hashCode
public int hashCode() -
toString
-