Class ExtraChargeSupplier
java.lang.Object
travel.wink.sdk.extranet.booking.model.ExtraChargeSupplier
@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 ExtraChargeSupplier
extends Object
ExtraChargeSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid LocalizedPriceSuppliergetPrice()The localized price of the extra charge@Valid RatePlanLevelFeeSupplierWhat the guest is paying extra for@Valid LocalizedPriceSupplierThe localized unit price of the extra chargeinthashCode()price(LocalizedPriceSupplier price) ratePlanLevelFee(RatePlanLevelFeeSupplier ratePlanLevelFee) voidsetPrice(LocalizedPriceSupplier price) voidsetRatePlanLevelFee(RatePlanLevelFeeSupplier ratePlanLevelFee) voidsetUnitPrice(LocalizedPriceSupplier unitPrice) toString()unitPrice(LocalizedPriceSupplier unitPrice)
-
Field Details
-
JSON_PROPERTY_RATE_PLAN_LEVEL_FEE
- See Also:
-
JSON_PROPERTY_UNIT_PRICE
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
-
Constructor Details
-
ExtraChargeSupplier
public ExtraChargeSupplier()
-
-
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
-