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(BigDecimal captureAmount) BookingContractItemBooker.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) BookingContractItemBooker.captureCurrency(String captureCurrency) BookingContractItemBooker.dailyRateList(List<DailyRateBooker> dailyRateList) BookingContractItemBooker.descriptionInEnglish(String descriptionInEnglish) BookingContractItemBooker.displayAmount(BigDecimal displayAmount) BookingContractItemBooker.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) BookingContractItemBooker.displayCurrency(String displayCurrency) BookingContractItemBooker.externalIdentifier(String externalIdentifier) @Valid BookingContractItemBookerBookingContractBooker.getLodging()Get lodgingBookingContractItemBooker.internalAmount(BigDecimal internalAmount) BookingContractItemBooker.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) BookingContractItemBooker.internalCurrency(String internalCurrency) BookingContractItemBooker.isCancellableBySupplier(Boolean isCancellableBySupplier) BookingContractItemBooker.itinerary(ItineraryBooker itinerary) BookingContractItemBooker.nameInEnglish(String nameInEnglish) BookingContractItemBooker.netCaptureAmount(BigDecimal netCaptureAmount) BookingContractItemBooker.netDisplayAmount(BigDecimal netDisplayAmount) BookingContractItemBooker.netInternalAmount(BigDecimal netInternalAmount) BookingContractItemBooker.netSourceAmount(BigDecimal netSourceAmount) BookingContractItemBooker.netSupplierAmount(BigDecimal netSupplierAmount) BookingContractItemBooker.payable(BookingContractItemBooker.PayableEnum payable) BookingContractItemBooker.policy(SupplierContractItemPolicyBooker policy) BookingContractItemBooker.pricingType(BookingContractItemBooker.PricingTypeEnum pricingType) BookingContractItemBooker.sourceAmount(BigDecimal sourceAmount) BookingContractItemBooker.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) BookingContractItemBooker.sourceCurrency(String sourceCurrency) BookingContractItemBooker.supplierAmount(BigDecimal supplierAmount) BookingContractItemBooker.supplierAmountRefundModifier(BigDecimal 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) BookingContractBooker.lodging(BookingContractItemBooker lodging) voidBookingContractBooker.setLodging(BookingContractItemBooker lodging) 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)