Package travel.wink.sdk.extranet.model
Class ExtraChargesSupplier
java.lang.Object
travel.wink.sdk.extranet.model.ExtraChargesSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-12T17:36:59.732058641+07:00[Asia/Bangkok]")
public class ExtraChargesSupplier
extends Object
Rate plan-level extra charges
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(ExtraChargeSupplier itemsItem) boolean@Valid MoneysSupplierGet internalTotal@Valid List<ExtraChargeSupplier>getItems()List of extra charges that applies to the rate plan.@Valid MoneysSupplierGet sourceTotal@Valid MoneysSupplierGet userSpecifiedCurrencyTotalinthashCode()internalTotal(MoneysSupplier internalTotal) items(List<ExtraChargeSupplier> items) voidsetInternalTotal(MoneysSupplier internalTotal) voidsetItems(List<ExtraChargeSupplier> items) voidsetSourceTotal(MoneysSupplier sourceTotal) voidsetUserSpecifiedCurrencyTotal(MoneysSupplier userSpecifiedCurrencyTotal) sourceTotal(MoneysSupplier sourceTotal) toString()userSpecifiedCurrencyTotal(MoneysSupplier 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
-
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
-