Uses of Class
travel.wink.sdk.booking.model.BookingContractItemAgent
Packages that use BookingContractItemAgent
-
Uses of BookingContractItemAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingContractItemAgentModifier and TypeMethodDescriptionBookingContractItemAgent.addBeneficiaryListItem(BeneficiaryAgent beneficiaryListItem) BookingContractItemAgent.addDailyRateListItem(DailyRateAgent dailyRateListItem) BookingContractItemAgent.beneficiaryList(List<BeneficiaryAgent> beneficiaryList) BookingContractItemAgent.cancellableBySupplier(Boolean cancellableBySupplier) BookingContractItemAgent.cancellableByTraveler(Boolean cancellableByTraveler) BookingContractItemAgent.cancellableWithNoCharges(Boolean cancellableWithNoCharges) BookingContractItemAgent.cancellableWithPotentialCharges(Boolean cancellableWithPotentialCharges) BookingContractItemAgent.dailyRateList(List<DailyRateAgent> dailyRateList) BookingContractItemAgent.descriptionInEnglish(String descriptionInEnglish) BookingContractItemAgent.externalIdentifier(String externalIdentifier) BookingContractItemAgent.isCancellableBySupplier(Boolean isCancellableBySupplier) BookingContractItemAgent.isCancellableByTraveler(Boolean isCancellableByTraveler) BookingContractItemAgent.itinerary(ItineraryAgent itinerary) BookingContractItemAgent.nameInEnglish(String nameInEnglish) BookingContractItemAgent.payable(BookingContractItemAgent.PayableEnum payable) BookingContractItemAgent.policy(SupplierContractItemPolicyAgent policy) BookingContractItemAgent.pricingType(BookingContractItemAgent.PricingTypeEnum pricingType) BookingContractItemAgent.supplierItemBookingCode(String supplierItemBookingCode) BookingContractItemAgent.tokensEarned(Long tokensEarned) BookingContractItemAgent.totalCapturePrice(MoneysAgent totalCapturePrice) BookingContractItemAgent.totalCapturePriceAfterRefund(MoneysAgent totalCapturePriceAfterRefund) BookingContractItemAgent.totalDisplayPrice(MoneysAgent totalDisplayPrice) BookingContractItemAgent.totalDisplayPriceAfterRefund(MoneysAgent totalDisplayPriceAfterRefund) BookingContractItemAgent.totalInternalPrice(MoneysAgent totalInternalPrice) BookingContractItemAgent.totalInternalPriceAfterRefund(MoneysAgent totalInternalPriceAfterRefund) BookingContractItemAgent.totalSourcePrice(MoneysAgent totalSourcePrice) BookingContractItemAgent.totalSourcePriceAfterRefund(MoneysAgent totalSourcePriceAfterRefund) BookingContractItemAgent.totalSupplierPrice(MoneysAgent totalSupplierPrice) BookingContractItemAgent.totalSupplierPriceAfterRefund(MoneysAgent totalSupplierPriceAfterRefund) BookingContractItemAgent.type(BookingContractItemAgent.TypeEnum type) BookingContractItemAgent.user(BookingUserAgent user) Methods in travel.wink.sdk.booking.model that return types with arguments of type BookingContractItemAgentModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BookingContractItemAgent>BookingContractAgent.getItemList()Holds one booking line item for a specific supplier.Methods in travel.wink.sdk.booking.model with parameters of type BookingContractItemAgentModifier and TypeMethodDescriptionBookingContractAgent.addItemListItem(BookingContractItemAgent itemListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BookingContractItemAgentModifier and TypeMethodDescriptionBookingContractAgent.itemList(List<BookingContractItemAgent> itemList) voidBookingContractAgent.setItemList(List<BookingContractItemAgent> itemList)