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.captureAmount(Double captureAmount) BookingContractItemBooker.captureAmountRefundModifier(Double captureAmountRefundModifier) BookingContractItemBooker.captureCurrency(String captureCurrency) BookingContractItemBooker.dailyRateList(List<DailyRateBooker> dailyRateList) BookingContractItemBooker.descriptionInEnglish(String descriptionInEnglish) BookingContractItemBooker.displayAmount(Double displayAmount) BookingContractItemBooker.displayAmountRefundModifier(Double displayAmountRefundModifier) BookingContractItemBooker.displayCurrency(String displayCurrency) BookingContractItemBooker.externalIdentifier(String externalIdentifier) BookingContractItemBooker.internalAmount(Double internalAmount) BookingContractItemBooker.internalAmountRefundModifier(Double internalAmountRefundModifier) BookingContractItemBooker.internalCurrency(String internalCurrency) BookingContractItemBooker.isCancellableBySupplier(Boolean isCancellableBySupplier) BookingContractItemBooker.isCancellableByTraveler(Boolean isCancellableByTraveler) BookingContractItemBooker.itinerary(ItineraryBooker itinerary) BookingContractItemBooker.nameInEnglish(String nameInEnglish) BookingContractItemBooker.netCaptureAmount(Double netCaptureAmount) BookingContractItemBooker.netDisplayAmount(Double netDisplayAmount) BookingContractItemBooker.netInternalAmount(Double netInternalAmount) BookingContractItemBooker.netSourceAmount(Double netSourceAmount) BookingContractItemBooker.netSupplierAmount(Double netSupplierAmount) BookingContractItemBooker.payable(BookingContractItemBooker.PayableEnum payable) BookingContractItemBooker.policy(SupplierContractItemPolicyBooker policy) BookingContractItemBooker.pricingType(BookingContractItemBooker.PricingTypeEnum pricingType) BookingContractItemBooker.sourceAmount(Double sourceAmount) BookingContractItemBooker.sourceAmountRefundModifier(Double sourceAmountRefundModifier) BookingContractItemBooker.sourceCurrency(String sourceCurrency) BookingContractItemBooker.supplierAmount(Double supplierAmount) BookingContractItemBooker.supplierAmountRefundModifier(Double supplierAmountRefundModifier) BookingContractItemBooker.supplierCurrency(String supplierCurrency) BookingContractItemBooker.supplierItemBookingCode(String supplierItemBookingCode) BookingContractItemBooker.tokensEarned(Long tokensEarned) 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)