Uses of Class
travel.wink.sdk.extranet.model.BookingContractItemSupplier
Packages that use BookingContractItemSupplier
-
Uses of BookingContractItemSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingContractItemSupplierModifier and TypeMethodDescriptionBookingContractItemSupplier.addBeneficiaryListItem(BeneficiarySupplier beneficiaryListItem) BookingContractItemSupplier.addDailyRateListItem(DailyRateSupplier dailyRateListItem) BookingContractItemSupplier.beneficiaryList(List<BeneficiarySupplier> beneficiaryList) BookingContractItemSupplier.cancellableBySupplier(Boolean cancellableBySupplier) BookingContractItemSupplier.cancellableByTraveler(Boolean cancellableByTraveler) BookingContractItemSupplier.cancellableWithNoCharges(Boolean cancellableWithNoCharges) BookingContractItemSupplier.cancellableWithPotentialCharges(Boolean cancellableWithPotentialCharges) BookingContractItemSupplier.dailyRateList(List<DailyRateSupplier> dailyRateList) BookingContractItemSupplier.descriptionInEnglish(String descriptionInEnglish) BookingContractItemSupplier.externalIdentifier(String externalIdentifier) BookingContractItemSupplier.isCancellableBySupplier(Boolean isCancellableBySupplier) BookingContractItemSupplier.isCancellableByTraveler(Boolean isCancellableByTraveler) BookingContractItemSupplier.itinerary(ItinerarySupplier itinerary) BookingContractItemSupplier.nameInEnglish(String nameInEnglish) BookingContractItemSupplier.payable(BookingContractItemSupplier.PayableEnum payable) BookingContractItemSupplier.policy(SupplierContractItemPolicySupplier policy) BookingContractItemSupplier.pricingType(BookingContractItemSupplier.PricingTypeEnum pricingType) BookingContractItemSupplier.supplierItemBookingCode(String supplierItemBookingCode) BookingContractItemSupplier.tokensEarned(Long tokensEarned) BookingContractItemSupplier.totalCapturePrice(MoneysSupplier totalCapturePrice) BookingContractItemSupplier.totalCapturePriceAfterRefund(MoneysSupplier totalCapturePriceAfterRefund) BookingContractItemSupplier.totalDisplayPrice(MoneysSupplier totalDisplayPrice) BookingContractItemSupplier.totalDisplayPriceAfterRefund(MoneysSupplier totalDisplayPriceAfterRefund) BookingContractItemSupplier.totalInternalPrice(MoneysSupplier totalInternalPrice) BookingContractItemSupplier.totalInternalPriceAfterRefund(MoneysSupplier totalInternalPriceAfterRefund) BookingContractItemSupplier.totalSourcePrice(MoneysSupplier totalSourcePrice) BookingContractItemSupplier.totalSourcePriceAfterRefund(MoneysSupplier totalSourcePriceAfterRefund) BookingContractItemSupplier.totalSupplierPrice(MoneysSupplier totalSupplierPrice) BookingContractItemSupplier.totalSupplierPriceAfterRefund(MoneysSupplier totalSupplierPriceAfterRefund) BookingContractItemSupplier.type(BookingContractItemSupplier.TypeEnum type) BookingContractItemSupplier.user(BookingUserSupplier user) Methods in travel.wink.sdk.extranet.model that return types with arguments of type BookingContractItemSupplierModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BookingContractItemSupplier>BookingContractSupplier.getItemList()Holds one booking line item for a specific supplier.Methods in travel.wink.sdk.extranet.model with parameters of type BookingContractItemSupplierModifier and TypeMethodDescriptionBookingContractSupplier.addItemListItem(BookingContractItemSupplier itemListItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type BookingContractItemSupplierModifier and TypeMethodDescriptionBookingContractSupplier.itemList(List<BookingContractItemSupplier> itemList) voidBookingContractSupplier.setItemList(List<BookingContractItemSupplier> itemList)