Class RealtimeShoppingCartAuthenticatedEntity
java.lang.Object
travel.wink.sdk.booking.model.RealtimeShoppingCartAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-27T09:35:47.117628182+07:00[Asia/Bangkok]")
public class RealtimeShoppingCartAuthenticatedEntity
extends Object
RealtimeShoppingCartAuthenticatedEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemListItem(RealtimeShoppingCartItemAuthenticatedEntity itemListItem) boolean@NotNull StringgetId()Shopping cart ID@Valid CustomMonetaryAmountGet internalTotalList of priced shopping cart items.@Valid CustomMonetaryAmountGet sourceTotal@Valid CustomMonetaryAmountGet userSpecifiedCurrencyTotalinthashCode()internalTotal(CustomMonetaryAmount internalTotal) voidvoidsetInternalTotal(CustomMonetaryAmount internalTotal) voidvoidsetSourceTotal(CustomMonetaryAmount sourceTotal) voidsetUserSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal) sourceTotal(CustomMonetaryAmount sourceTotal) toString()userSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ITEM_LIST
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL
- See Also:
-
JSON_PROPERTY_INTERNAL_TOTAL
- See Also:
-
JSON_PROPERTY_SOURCE_TOTAL
- See Also:
-
-
Constructor Details
-
RealtimeShoppingCartAuthenticatedEntity
public RealtimeShoppingCartAuthenticatedEntity()
-
-
Method Details
-
id
-
getId
-
setId
-
itemList
public RealtimeShoppingCartAuthenticatedEntity itemList(List<RealtimeShoppingCartItemAuthenticatedEntity> itemList) -
addItemListItem
public RealtimeShoppingCartAuthenticatedEntity addItemListItem(RealtimeShoppingCartItemAuthenticatedEntity itemListItem) -
getItemList
List of priced shopping cart items. Each entry is a separately booked room.- Returns:
- itemList
-
setItemList
-
userSpecifiedCurrencyTotal
public RealtimeShoppingCartAuthenticatedEntity userSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal) -
getUserSpecifiedCurrencyTotal
Get userSpecifiedCurrencyTotal- Returns:
- userSpecifiedCurrencyTotal
-
setUserSpecifiedCurrencyTotal
-
internalTotal
-
getInternalTotal
Get internalTotal- Returns:
- internalTotal
-
setInternalTotal
-
sourceTotal
-
getSourceTotal
Get sourceTotal- Returns:
- sourceTotal
-
setSourceTotal
-
equals
-
hashCode
-
toString
-