Package travel.wink.sdk.extranet.model
Class ExtraCharges
java.lang.Object
travel.wink.sdk.extranet.model.ExtraCharges
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-28T13:49:39.867864+07:00[Asia/Bangkok]")
public class ExtraCharges
extends Object
ExtraCharges
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(ExtraCharge itemsItem) boolean@Valid MoneySetInternalTotalGet internalTotal@Valid List<ExtraCharge>getItems()List of extra charges that applies to the rate plan.@Valid MoneySetSourceTotalGet sourceTotalGet userSpecifiedCurrencyTotalinthashCode()internalTotal(MoneySetInternalTotal internalTotal) items(List<ExtraCharge> items) voidsetInternalTotal(MoneySetInternalTotal internalTotal) voidsetItems(List<ExtraCharge> items) voidsetSourceTotal(MoneySetSourceTotal sourceTotal) voidsetUserSpecifiedCurrencyTotal(MoneySetUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) sourceTotal(MoneySetSourceTotal sourceTotal) toString()userSpecifiedCurrencyTotal(MoneySetUserSpecifiedCurrencyTotal 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
-
ExtraCharges
public ExtraCharges()
-
-
Method Details
-
items
-
addItemsItem
-
getItems
List of extra charges that applies to the rate plan.- Returns:
- items
-
setItems
-
userSpecifiedCurrencyTotal
public ExtraCharges userSpecifiedCurrencyTotal(MoneySetUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) -
getUserSpecifiedCurrencyTotal
Get userSpecifiedCurrencyTotal- Returns:
- userSpecifiedCurrencyTotal
-
setUserSpecifiedCurrencyTotal
public void setUserSpecifiedCurrencyTotal(MoneySetUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) -
sourceTotal
-
getSourceTotal
Get sourceTotal- Returns:
- sourceTotal
-
setSourceTotal
-
internalTotal
-
getInternalTotal
Get internalTotal- Returns:
- internalTotal
-
setInternalTotal
-
equals
-
hashCode
public int hashCode() -
toString
-