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