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(BigDecimal captureAmount) BookingContractItemAgent.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) BookingContractItemAgent.captureCurrency(String captureCurrency) BookingContractItemAgent.dailyRateList(List<DailyRateAgent> dailyRateList) BookingContractItemAgent.descriptionInEnglish(String descriptionInEnglish) BookingContractItemAgent.displayAmount(BigDecimal displayAmount) BookingContractItemAgent.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) BookingContractItemAgent.displayCurrency(String displayCurrency) BookingContractItemAgent.externalIdentifier(String externalIdentifier) @Valid BookingContractItemAgentBookingContractAgent.getLodging()Get lodgingBookingContractItemAgent.internalAmount(BigDecimal internalAmount) BookingContractItemAgent.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) BookingContractItemAgent.internalCurrency(String internalCurrency) BookingContractItemAgent.isCancellableBySupplier(Boolean isCancellableBySupplier) BookingContractItemAgent.itinerary(ItineraryAgent itinerary) BookingContractItemAgent.nameInEnglish(String nameInEnglish) BookingContractItemAgent.netCaptureAmount(BigDecimal netCaptureAmount) BookingContractItemAgent.netDisplayAmount(BigDecimal netDisplayAmount) BookingContractItemAgent.netInternalAmount(BigDecimal netInternalAmount) BookingContractItemAgent.netSourceAmount(BigDecimal netSourceAmount) BookingContractItemAgent.netSupplierAmount(BigDecimal netSupplierAmount) BookingContractItemAgent.payable(BookingContractItemAgent.PayableEnum payable) BookingContractItemAgent.policy(SupplierContractItemPolicyAgent policy) BookingContractItemAgent.pricingType(BookingContractItemAgent.PricingTypeEnum pricingType) BookingContractItemAgent.sourceAmount(BigDecimal sourceAmount) BookingContractItemAgent.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) BookingContractItemAgent.sourceCurrency(String sourceCurrency) BookingContractItemAgent.supplierAmount(BigDecimal supplierAmount) BookingContractItemAgent.supplierAmountRefundModifier(BigDecimal 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) BookingContractAgent.lodging(BookingContractItemAgent lodging) voidBookingContractAgent.setLodging(BookingContractItemAgent lodging) 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)