Uses of Class
travel.wink.sdk.booking.model.RawSupplierContractItemBooker
Packages that use RawSupplierContractItemBooker
-
Uses of RawSupplierContractItemBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RawSupplierContractItemBookerModifier and TypeMethodDescriptionRawSupplierContractItemBooker.addBeneficiaryListItem(RawBeneficiaryBooker beneficiaryListItem) RawSupplierContractItemBooker.addDailyRateListItem(RawDailyRateBooker dailyRateListItem) RawSupplierContractItemBooker.beneficiaryList(List<RawBeneficiaryBooker> beneficiaryList) RawSupplierContractItemBooker.dailyRateList(List<RawDailyRateBooker> dailyRateList) RawSupplierContractItemBooker.descriptionInEnglish(String descriptionInEnglish) RawSupplierContractItemBooker.externalIdentifier(String externalIdentifier) RawSupplierContractItemBooker.itinerary(ItineraryBooker itinerary) RawSupplierContractItemBooker.nameInEnglish(String nameInEnglish) RawSupplierContractItemBooker.payable(RawSupplierContractItemBooker.PayableEnum payable) RawSupplierContractItemBooker.perUseQuantity(Integer perUseQuantity) RawSupplierContractItemBooker.policy(SupplierContractItemPolicyBooker policy) RawSupplierContractItemBooker.price(CustomMonetaryAmountBooker price) RawSupplierContractItemBooker.pricingType(RawSupplierContractItemBooker.PricingTypeEnum pricingType) RawSupplierContractItemBooker.totalPrice(CustomMonetaryAmountBooker totalPrice) RawSupplierContractItemBooker.type(RawSupplierContractItemBooker.TypeEnum type) RawSupplierContractItemBooker.user(BookingUserBooker user) Methods in travel.wink.sdk.booking.model that return types with arguments of type RawSupplierContractItemBookerModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<RawSupplierContractItemBooker>RawSupplierContractBooker.getContractItemList()Get contractItemListMethods in travel.wink.sdk.booking.model with parameters of type RawSupplierContractItemBookerModifier and TypeMethodDescriptionRawSupplierContractBooker.addContractItemListItem(RawSupplierContractItemBooker contractItemListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type RawSupplierContractItemBookerModifier and TypeMethodDescriptionRawSupplierContractBooker.contractItemList(List<RawSupplierContractItemBooker> contractItemList) voidRawSupplierContractBooker.setContractItemList(List<RawSupplierContractItemBooker> contractItemList)