Uses of Class
travel.wink.sdk.payment.model.BookingContractItem
Packages that use BookingContractItem
-
Uses of BookingContractItem in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return BookingContractItemModifier and TypeMethodDescriptionBookingContractItem.addBeneficiaryListItem(Beneficiary beneficiaryListItem) BookingContractItem.addDailyRateListItem(DailyRate dailyRateListItem) BookingContractItem.beneficiaryList(List<Beneficiary> beneficiaryList) BookingContractItem.cancellableBySupplier(Boolean cancellableBySupplier) BookingContractItem.cancellableByTraveler(Boolean cancellableByTraveler) BookingContractItem.cancellableWithNoCharges(Boolean cancellableWithNoCharges) BookingContractItem.dailyRateList(List<DailyRate> dailyRateList) BookingContractItem.policy(SupplierContractItemPolicy policy) BookingContractItem.totalCapturePrice(Moneys totalCapturePrice) BookingContractItem.totalCapturePriceAfterCancellation(Moneys totalCapturePriceAfterCancellation) BookingContractItem.totalDisplayPrice(Moneys totalDisplayPrice) BookingContractItem.totalDisplayPriceAfterCancellation(Moneys totalDisplayPriceAfterCancellation) BookingContractItem.totalInternalPrice(Moneys totalInternalPrice) BookingContractItem.totalInternalPriceAfterCancellation(Moneys totalInternalPriceAfterCancellation) BookingContractItem.totalSourcePrice(Moneys totalSourcePrice) BookingContractItem.totalSourcePriceAfterCancellation(Moneys totalSourcePriceAfterCancellation) BookingContractItem.totalSupplierPrice(Moneys totalSupplierPrice) BookingContractItem.totalSupplierPriceAfterCancellation(Moneys totalSupplierPriceAfterCancellation) BookingContractItem.user(BookingUser user) Methods in travel.wink.sdk.payment.model that return types with arguments of type BookingContractItemModifier and TypeMethodDescription@Valid @Size(min=1,max=2147483647) List<BookingContractItem>BookingContract.getItemList()Holds one booking line item for a specific supplier.Constructor parameters in travel.wink.sdk.payment.model with type arguments of type BookingContractItemModifierConstructorDescriptionBookingContract(String id, OffsetDateTime createdDate, OffsetDateTime lastUpdate, Long version, String traceId, String sourceUrl, String identifier, String supplierIdentifier, String supplierName, List<BookingContractItem> itemList, String externalSupplierIdentifier, String externalSupplierBookingCode)