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