Package travel.wink.sdk.booking.model
Class ExtraChargesBooker
java.lang.Object
travel.wink.sdk.booking.model.ExtraChargesBooker
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-08T10:44:07.860684640+07:00[Asia/Bangkok]")
public class ExtraChargesBooker
extends Object
Rate plan-level extra charges
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(ExtraChargeBooker itemsItem) boolean@Valid CustomMonetaryAmountGet internalTotal@Valid List<ExtraChargeBooker> getItems()List of extra charges that applies to the rate plan.@Valid CustomMonetaryAmountGet sourceTotal@Valid CustomMonetaryAmountGet userSpecifiedCurrencyTotalinthashCode()internalTotal(CustomMonetaryAmount internalTotal) items(List<ExtraChargeBooker> items) voidsetInternalTotal(CustomMonetaryAmount internalTotal) voidsetItems(List<ExtraChargeBooker> items) voidsetSourceTotal(CustomMonetaryAmount sourceTotal) voidsetUserSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal) sourceTotal(CustomMonetaryAmount sourceTotal) toString()userSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal)
-
Field Details
-
JSON_PROPERTY_ITEMS
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL
- See Also:
-
JSON_PROPERTY_SOURCE_TOTAL
- See Also:
-
JSON_PROPERTY_INTERNAL_TOTAL
- See Also:
-
-
Constructor Details
-
ExtraChargesBooker
public ExtraChargesBooker()
-
-
Method Details
-
items
-
addItemsItem
-
getItems
List of extra charges that applies to the rate plan.- Returns:
- items
-
setItems
-
userSpecifiedCurrencyTotal
public ExtraChargesBooker userSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal) -
getUserSpecifiedCurrencyTotal
Get userSpecifiedCurrencyTotal- Returns:
- userSpecifiedCurrencyTotal
-
setUserSpecifiedCurrencyTotal
-
sourceTotal
-
getSourceTotal
Get sourceTotal- Returns:
- sourceTotal
-
setSourceTotal
-
internalTotal
-
getInternalTotal
Get internalTotal- Returns:
- internalTotal
-
setInternalTotal
-
equals
-
hashCode
public int hashCode() -
toString
-