Uses of Class
io.trippay.sdk.payment.acquiring.model.BookingContractItem
Packages that use BookingContractItem
-
Uses of BookingContractItem in io.trippay.sdk.payment.acquiring.model
Methods in io.trippay.sdk.payment.acquiring.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.descriptionInEnglish(String descriptionInEnglish) BookingContractItem.externalIdentifier(String externalIdentifier) @Valid BookingContractItemBookingContract.getLodging()Get lodgingBookingContractItem.nameInEnglish(String nameInEnglish) BookingContractItem.payable(BookingContractItem.PayableEnum payable) BookingContractItem.policy(SupplierContractItemPolicy policy) BookingContractItem.pricingType(BookingContractItem.PricingTypeEnum pricingType) BookingContractItem.supplierItemBookingCode(String supplierItemBookingCode) BookingContractItem.tokensEarned(Long tokensEarned) BookingContractItem.totalCapturePrice(Moneys totalCapturePrice) BookingContractItem.totalCapturePriceAfterRefund(Moneys totalCapturePriceAfterRefund) BookingContractItem.totalDisplayPrice(Moneys totalDisplayPrice) BookingContractItem.totalDisplayPriceAfterRefund(Moneys totalDisplayPriceAfterRefund) BookingContractItem.totalInternalPrice(Moneys totalInternalPrice) BookingContractItem.totalInternalPriceAfterRefund(Moneys totalInternalPriceAfterRefund) BookingContractItem.totalSourcePrice(Moneys totalSourcePrice) BookingContractItem.totalSourcePriceAfterRefund(Moneys totalSourcePriceAfterRefund) BookingContractItem.totalSupplierPrice(Moneys totalSupplierPrice) BookingContractItem.totalSupplierPriceAfterRefund(Moneys totalSupplierPriceAfterRefund) BookingContractItem.type(BookingContractItem.TypeEnum type) BookingContractItem.user(BookingUser user) Methods in io.trippay.sdk.payment.acquiring.model that return types with arguments of type BookingContractItemModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BookingContractItem>BookingContract.getItemList()Holds one booking line item for a specific supplier.Methods in io.trippay.sdk.payment.acquiring.model with parameters of type BookingContractItemModifier and TypeMethodDescriptionBookingContract.addItemListItem(BookingContractItem itemListItem) BookingContract.lodging(BookingContractItem lodging) voidBookingContract.setLodging(BookingContractItem lodging) Method parameters in io.trippay.sdk.payment.acquiring.model with type arguments of type BookingContractItemModifier and TypeMethodDescriptionBookingContract.itemList(List<BookingContractItem> itemList) voidBookingContract.setItemList(List<BookingContractItem> itemList)