Uses of Class
io.trippay.sdk.payment.model.BookingContractItem
Packages that use BookingContractItem
-
Uses of BookingContractItem in io.trippay.sdk.payment.model
Methods in io.trippay.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.captureAmount(Double captureAmount) BookingContractItem.captureAmountRefundModifier(Double captureAmountRefundModifier) BookingContractItem.captureCurrency(String captureCurrency) BookingContractItem.dailyRateList(List<DailyRate> dailyRateList) BookingContractItem.descriptionInEnglish(String descriptionInEnglish) BookingContractItem.displayAmount(Double displayAmount) BookingContractItem.displayAmountRefundModifier(Double displayAmountRefundModifier) BookingContractItem.displayCurrency(String displayCurrency) BookingContractItem.externalIdentifier(String externalIdentifier) @Valid BookingContractItemBookingContract.getLodging()Get lodgingBookingContractItem.internalAmount(Double internalAmount) BookingContractItem.internalAmountRefundModifier(Double internalAmountRefundModifier) BookingContractItem.internalCurrency(String internalCurrency) BookingContractItem.nameInEnglish(String nameInEnglish) BookingContractItem.netCaptureAmount(Double netCaptureAmount) BookingContractItem.netDisplayAmount(Double netDisplayAmount) BookingContractItem.netInternalAmount(Double netInternalAmount) BookingContractItem.netSourceAmount(Double netSourceAmount) BookingContractItem.netSupplierAmount(Double netSupplierAmount) BookingContractItem.payable(BookingContractItem.PayableEnum payable) BookingContractItem.policy(SupplierContractItemPolicy policy) BookingContractItem.pricingType(BookingContractItem.PricingTypeEnum pricingType) BookingContractItem.sourceAmount(Double sourceAmount) BookingContractItem.sourceAmountRefundModifier(Double sourceAmountRefundModifier) BookingContractItem.sourceCurrency(String sourceCurrency) BookingContractItem.supplierAmount(Double supplierAmount) BookingContractItem.supplierAmountRefundModifier(Double supplierAmountRefundModifier) BookingContractItem.supplierCurrency(String supplierCurrency) BookingContractItem.supplierItemBookingCode(String supplierItemBookingCode) BookingContractItem.tokensEarned(Long tokensEarned) BookingContractItem.type(BookingContractItem.TypeEnum type) BookingContractItem.user(BookingUser user) Methods in io.trippay.sdk.payment.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.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.model with type arguments of type BookingContractItemModifier and TypeMethodDescriptionBookingContract.itemList(List<BookingContractItem> itemList) voidBookingContract.setItemList(List<BookingContractItem> itemList)