Class ExtraChargeSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.booking.model.ExtraChargeSupplierDetails
@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 ExtraChargeSupplierDetails
extends Object
ExtraChargeSupplierDetails
-
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(RatePlanLevelFeeSupplierDetails ratePlanLevelFee) voidvoidsetRatePlanLevelFee(RatePlanLevelFeeSupplierDetails ratePlanLevelFee) voidsetUnitPrice(LocalizedPriceSupplierDetails unitPrice) toString()unitPrice(LocalizedPriceSupplierDetails unitPrice)
-
Field Details
-
JSON_PROPERTY_RATE_PLAN_LEVEL_FEE
- See Also:
-
JSON_PROPERTY_UNIT_PRICE
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
-
Constructor Details
-
ExtraChargeSupplierDetails
public ExtraChargeSupplierDetails()
-
-
Method Details
-
ratePlanLevelFee
public ExtraChargeSupplierDetails ratePlanLevelFee(@Nullable RatePlanLevelFeeSupplierDetails 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
-