Uses of Class
travel.wink.sdk.booking.model.BookingContractItemBooker
Packages that use BookingContractItemBooker
-
Uses of BookingContractItemBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingContractItemBookerModifier and TypeMethodDescriptionBookingContractItemBooker.addBeneficiaryListItem(BeneficiaryBooker beneficiaryListItem) BookingContractItemBooker.addDailyRateListItem(DailyRateBooker dailyRateListItem) BookingContractItemBooker.beneficiaryList(List<BeneficiaryBooker> beneficiaryList) BookingContractItemBooker.cancellableBySupplier(Boolean cancellableBySupplier) BookingContractItemBooker.cancellableByTraveler(Boolean cancellableByTraveler) BookingContractItemBooker.cancellableWithNoCharges(Boolean cancellableWithNoCharges) BookingContractItemBooker.cancellableWithPotentialCharges(Boolean cancellableWithPotentialCharges) BookingContractItemBooker.dailyRateList(List<DailyRateBooker> dailyRateList) BookingContractItemBooker.descriptionInEnglish(String descriptionInEnglish) BookingContractItemBooker.externalIdentifier(String externalIdentifier) BookingContractItemBooker.isCancellableBySupplier(Boolean isCancellableBySupplier) BookingContractItemBooker.isCancellableByTraveler(Boolean isCancellableByTraveler) BookingContractItemBooker.itinerary(ItineraryBooker itinerary) BookingContractItemBooker.nameInEnglish(String nameInEnglish) BookingContractItemBooker.payable(BookingContractItemBooker.PayableEnum payable) BookingContractItemBooker.policy(SupplierContractItemPolicyBooker policy) BookingContractItemBooker.pricingType(BookingContractItemBooker.PricingTypeEnum pricingType) BookingContractItemBooker.supplierItemBookingCode(String supplierItemBookingCode) BookingContractItemBooker.tokensEarned(Long tokensEarned) BookingContractItemBooker.totalCapturePrice(MoneysBooker totalCapturePrice) BookingContractItemBooker.totalCapturePriceAfterRefund(MoneysBooker totalCapturePriceAfterRefund) BookingContractItemBooker.totalDisplayPrice(MoneysBooker totalDisplayPrice) BookingContractItemBooker.totalDisplayPriceAfterRefund(MoneysBooker totalDisplayPriceAfterRefund) BookingContractItemBooker.totalInternalPrice(MoneysBooker totalInternalPrice) BookingContractItemBooker.totalInternalPriceAfterRefund(MoneysBooker totalInternalPriceAfterRefund) BookingContractItemBooker.totalSourcePrice(MoneysBooker totalSourcePrice) BookingContractItemBooker.totalSourcePriceAfterRefund(MoneysBooker totalSourcePriceAfterRefund) BookingContractItemBooker.totalSupplierPrice(MoneysBooker totalSupplierPrice) BookingContractItemBooker.totalSupplierPriceAfterRefund(MoneysBooker totalSupplierPriceAfterRefund) BookingContractItemBooker.type(BookingContractItemBooker.TypeEnum type) BookingContractItemBooker.user(BookingUserBooker user) Methods in travel.wink.sdk.booking.model that return types with arguments of type BookingContractItemBookerModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BookingContractItemBooker>BookingContractBooker.getItemList()Holds one booking line item for a specific supplier.Methods in travel.wink.sdk.booking.model with parameters of type BookingContractItemBookerModifier and TypeMethodDescriptionBookingContractBooker.addItemListItem(BookingContractItemBooker itemListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BookingContractItemBookerModifier and TypeMethodDescriptionBookingContractBooker.itemList(List<BookingContractItemBooker> itemList) voidBookingContractBooker.setItemList(List<BookingContractItemBooker> itemList)