Class ExtraChargesSupplier
java.lang.Object
travel.wink.sdk.extranet.booking.model.ExtraChargesSupplier
@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 ExtraChargesSupplier
extends Object
ExtraChargesSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(ExtraChargeSupplier itemsItem) boolean@Valid CustomMonetaryAmountGet internalTotal@Valid List<@Valid ExtraChargeSupplier> getItems()List of extra charges that applies to the rate plan.@Valid CustomMonetaryAmountGet sourceTotal@Valid CustomMonetaryAmountGet userSpecifiedCurrencyTotalinthashCode()internalTotal(CustomMonetaryAmount internalTotal) items(List<@Valid ExtraChargeSupplier> items) voidsetInternalTotal(CustomMonetaryAmount internalTotal) voidsetItems(List<@Valid ExtraChargeSupplier> 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
-
ExtraChargesSupplier
public ExtraChargesSupplier()
-
-
Method Details
-
items
-
addItemsItem
-
getItems
List of extra charges that applies to the rate plan.- Returns:
- items
-
setItems
-
userSpecifiedCurrencyTotal
public ExtraChargesSupplier userSpecifiedCurrencyTotal(@Nullable CustomMonetaryAmount userSpecifiedCurrencyTotal) -
getUserSpecifiedCurrencyTotal
Get userSpecifiedCurrencyTotal- Returns:
- userSpecifiedCurrencyTotal
-
setUserSpecifiedCurrencyTotal
public void setUserSpecifiedCurrencyTotal(@Nullable CustomMonetaryAmount userSpecifiedCurrencyTotal) -
sourceTotal
-
getSourceTotal
Get sourceTotal- Returns:
- sourceTotal
-
setSourceTotal
-
internalTotal
-
getInternalTotal
Get internalTotal- Returns:
- internalTotal
-
setInternalTotal
-
equals
-
hashCode
-
toString
-