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(BigDecimal captureAmount) BookingContractItemSupplier.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) BookingContractItemSupplier.captureCurrency(String captureCurrency) BookingContractItemSupplier.dailyRateList(List<DailyRateSupplier> dailyRateList) BookingContractItemSupplier.descriptionInEnglish(String descriptionInEnglish) BookingContractItemSupplier.displayAmount(BigDecimal displayAmount) BookingContractItemSupplier.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) BookingContractItemSupplier.displayCurrency(String displayCurrency) BookingContractItemSupplier.externalIdentifier(String externalIdentifier) @Valid BookingContractItemSupplierBookingContractSupplier.getLodging()Get lodgingBookingContractItemSupplier.internalAmount(BigDecimal internalAmount) BookingContractItemSupplier.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) BookingContractItemSupplier.internalCurrency(String internalCurrency) BookingContractItemSupplier.itinerary(SimpleDateTimeItinerarySupplier itinerary) BookingContractItemSupplier.nameInEnglish(String nameInEnglish) BookingContractItemSupplier.netCaptureAmount(BigDecimal netCaptureAmount) BookingContractItemSupplier.netDisplayAmount(BigDecimal netDisplayAmount) BookingContractItemSupplier.netInternalAmount(BigDecimal netInternalAmount) BookingContractItemSupplier.netSourceAmount(BigDecimal netSourceAmount) BookingContractItemSupplier.netSupplierAmount(BigDecimal netSupplierAmount) BookingContractItemSupplier.payable(BookingContractItemSupplier.PayableEnum payable) BookingContractItemSupplier.policy(SupplierContractItemPolicySupplier policy) BookingContractItemSupplier.pricingType(BookingContractItemSupplier.PricingTypeEnum pricingType) BookingContractItemSupplier.putMetadataItem(String key, String metadataItem) BookingContractItemSupplier.sourceAmount(BigDecimal sourceAmount) BookingContractItemSupplier.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) BookingContractItemSupplier.sourceCurrency(String sourceCurrency) BookingContractItemSupplier.supplierAmount(BigDecimal supplierAmount) BookingContractItemSupplier.supplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) BookingContractItemSupplier.supplierCurrency(String supplierCurrency) BookingContractItemSupplier.supplierItemBookingCode(String supplierItemBookingCode) BookingContractItemSupplier.tokensEarned(Long tokensEarned) BookingContractItemSupplier.type(BookingContractItemSupplier.TypeEnum type) BookingContractItemSupplier.user(GuestUserSupplier 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) BookingContractSupplier.lodging(BookingContractItemSupplier lodging) voidBookingContractSupplier.setLodging(BookingContractItemSupplier lodging) 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)