Uses of Class
travel.wink.sdk.booking.model.BookingContractItem
Packages that use BookingContractItem
-
Uses of BookingContractItem in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingContractItemModifier and TypeMethodDescriptionBookingContractItem.addBeneficiaryListItem(Beneficiary beneficiaryListItem) BookingContractItem.addDailyRateListItem(DailyRate dailyRateListItem) BookingContractItem.beneficiaryList(List<Beneficiary> beneficiaryList) BookingContractItem.cancellableBySupplier(Boolean cancellableBySupplier) BookingContractItem.cancellableByTraveler(Boolean cancellableByTraveler) BookingContractItem.cancellableWithNoCharges(Boolean cancellableWithNoCharges) BookingContractItem.cancellableWithPotentialCharges(Boolean cancellableWithPotentialCharges) BookingContractItem.dailyRateList(List<DailyRate> dailyRateList) BookingContractItem.descriptionInEnglish(String descriptionInEnglish) BookingContractItem.externalIdentifier(String externalIdentifier) BookingContractItem.nameInEnglish(String nameInEnglish) BookingContractItem.payable(BookingContractItem.PayableEnum payable) BookingContractItem.policy(SupplierContractItemPolicy policy) BookingContractItem.pricingType(BookingContractItem.PricingTypeEnum pricingType) BookingContractItem.supplierItemBookingCode(String supplierItemBookingCode) BookingContractItem.tokensEarned(Long tokensEarned) BookingContractItem.totalCapturePrice(BookingUserSpecifiedCurrencyTotal totalCapturePrice) BookingContractItem.totalCapturePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalCapturePriceAfterCancellation) BookingContractItem.totalDisplayPrice(BookingUserSpecifiedCurrencyTotal totalDisplayPrice) BookingContractItem.totalDisplayPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalDisplayPriceAfterCancellation) BookingContractItem.totalInternalPrice(BookingUserSpecifiedCurrencyTotal totalInternalPrice) BookingContractItem.totalInternalPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalInternalPriceAfterCancellation) BookingContractItem.totalSourcePrice(BookingUserSpecifiedCurrencyTotal totalSourcePrice) BookingContractItem.totalSourcePriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSourcePriceAfterCancellation) BookingContractItem.totalSupplierPrice(BookingUserSpecifiedCurrencyTotal totalSupplierPrice) BookingContractItem.totalSupplierPriceAfterCancellation(BookingUserSpecifiedCurrencyTotal totalSupplierPriceAfterCancellation) BookingContractItem.type(BookingContractItem.TypeEnum type) BookingContractItem.user(BookingUser user) Methods in travel.wink.sdk.booking.model that return types with arguments of type BookingContractItemModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BookingContractItem>BookingContract.getItemList()Holds one booking line item for a specific supplier.Methods in travel.wink.sdk.booking.model with parameters of type BookingContractItemModifier and TypeMethodDescriptionBookingContract.addItemListItem(BookingContractItem itemListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BookingContractItemModifier and TypeMethodDescriptionBookingContract.itemList(List<BookingContractItem> itemList) voidBookingContract.setItemList(List<BookingContractItem> itemList)