Class RealtimeShoppingCartAuthenticatedEntity
java.lang.Object
travel.wink.sdk.booking.model.RealtimeShoppingCartAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:16:53.154776164+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
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 internalTotal@Valid List<@Valid RealtimeShoppingCartItemAuthenticatedEntity> List of priced shopping cart items.@Valid CustomMonetaryAmountGet sourceTotal@Valid CustomMonetaryAmountGet userSpecifiedCurrencyTotalinthashCode()internalTotal(CustomMonetaryAmount internalTotal) itemList(List<@Valid RealtimeShoppingCartItemAuthenticatedEntity> itemList) voidvoidsetInternalTotal(CustomMonetaryAmount internalTotal) voidsetItemList(List<@Valid RealtimeShoppingCartItemAuthenticatedEntity> itemList) voidsetSourceTotal(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_SOURCE_TOTAL
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL
- See Also:
-
JSON_PROPERTY_INTERNAL_TOTAL
- See Also:
-
-
Constructor Details
-
RealtimeShoppingCartAuthenticatedEntity
public RealtimeShoppingCartAuthenticatedEntity()
-
-
Method Details
-
id
-
getId
-
setId
-
itemList
public RealtimeShoppingCartAuthenticatedEntity itemList(@Nullable List<@Valid RealtimeShoppingCartItemAuthenticatedEntity> itemList) -
addItemListItem
public RealtimeShoppingCartAuthenticatedEntity addItemListItem(RealtimeShoppingCartItemAuthenticatedEntity itemListItem) -
getItemList
@Nullable @Valid public @Valid List<@Valid RealtimeShoppingCartItemAuthenticatedEntity> getItemList()List of priced shopping cart items. Each entry is a separately booked room.- Returns:
- itemList
-
setItemList
public void setItemList(@Nullable List<@Valid RealtimeShoppingCartItemAuthenticatedEntity> itemList) -
sourceTotal
public RealtimeShoppingCartAuthenticatedEntity sourceTotal(@Nullable CustomMonetaryAmount sourceTotal) -
getSourceTotal
Get sourceTotal- Returns:
- sourceTotal
-
setSourceTotal
-
userSpecifiedCurrencyTotal
public RealtimeShoppingCartAuthenticatedEntity userSpecifiedCurrencyTotal(@Nullable CustomMonetaryAmount userSpecifiedCurrencyTotal) -
getUserSpecifiedCurrencyTotal
Get userSpecifiedCurrencyTotal- Returns:
- userSpecifiedCurrencyTotal
-
setUserSpecifiedCurrencyTotal
public void setUserSpecifiedCurrencyTotal(@Nullable CustomMonetaryAmount userSpecifiedCurrencyTotal) -
internalTotal
public RealtimeShoppingCartAuthenticatedEntity internalTotal(@Nullable CustomMonetaryAmount internalTotal) -
getInternalTotal
Get internalTotal- Returns:
- internalTotal
-
setInternalTotal
-
equals
-
hashCode
-
toString
-