Uses of Class
io.trippay.sdk.payment.model.Moneys
Packages that use Moneys
-
Uses of Moneys in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return MoneysModifier and TypeMethodDescription@Valid MoneysBookingContractItemCancellableResponse.getCapturePrice()Get capturePrice@NotNull @Valid MoneysDailyRate.getCapturePrice()Get capturePrice@Valid MoneysBookingContractItemCancellableResponse.getCapturePriceAfterRefund()Get capturePriceAfterRefund@NotNull @Valid MoneysCreatePaymentIntentRequest.getCharge()Get charge@Valid MoneysBookingContractItemCancellableResponse.getDisplayPrice()Get displayPrice@NotNull @Valid MoneysDailyRate.getDisplayPrice()Get displayPrice@Valid MoneysBookingContractItemCancellableResponse.getDisplayPriceAfterRefund()Get displayPriceAfterRefund@Valid MoneysVariableCharge.getFixedAmount()Get fixedAmount@Valid MoneysBookingContractItemCancellableResponse.getInternalPrice()Get internalPrice@NotNull @Valid MoneysDailyRate.getInternalPrice()Get internalPrice@Valid MoneysBookingContractItemCancellableResponse.getInternalPriceAfterRefund()Get internalPriceAfterRefund@NotNull @Valid MoneysDailyRate.getPrice()Get price@NotNull @Valid MoneysRawDailyRate.getPrice()Get price@NotNull @Valid MoneysRawSupplierContractItem.getPrice()Get price@NotNull @Valid MoneysRefund.getRefund()Get refund@NotNull @Valid MoneysRefundRequest.getRefund()Get refund@Valid MoneysBookingContractItemCancellableResponse.getSourcePrice()Get sourcePrice@Valid MoneysBookingContractItemCancellableResponse.getSourcePriceAfterRefund()Get sourcePriceAfterRefund@Valid MoneysBookingContractItemCancellableResponse.getSupplierPrice()Get supplierPrice@NotNull @Valid MoneysDailyRate.getSupplierPrice()Get supplierPrice@Valid MoneysBookingContractItemCancellableResponse.getSupplierPriceAfterRefund()Get supplierPriceAfterRefund@Valid MoneysRawSupplierContractItem.getTotalPrice()Get totalPriceMethods in io.trippay.sdk.payment.model with parameters of type MoneysModifier and TypeMethodDescriptionBookingContractItemCancellableResponse.capturePrice(Moneys capturePrice) DailyRate.capturePrice(Moneys capturePrice) BookingContractItemCancellableResponse.capturePriceAfterRefund(Moneys capturePriceAfterRefund) BookingContractItemCancellableResponse.displayPrice(Moneys displayPrice) DailyRate.displayPrice(Moneys displayPrice) BookingContractItemCancellableResponse.displayPriceAfterRefund(Moneys displayPriceAfterRefund) VariableCharge.fixedAmount(Moneys fixedAmount) BookingContractItemCancellableResponse.internalPrice(Moneys internalPrice) DailyRate.internalPrice(Moneys internalPrice) BookingContractItemCancellableResponse.internalPriceAfterRefund(Moneys internalPriceAfterRefund) voidBookingContractItemCancellableResponse.setCapturePrice(Moneys capturePrice) voidDailyRate.setCapturePrice(Moneys capturePrice) voidBookingContractItemCancellableResponse.setCapturePriceAfterRefund(Moneys capturePriceAfterRefund) voidvoidBookingContractItemCancellableResponse.setDisplayPrice(Moneys displayPrice) voidDailyRate.setDisplayPrice(Moneys displayPrice) voidBookingContractItemCancellableResponse.setDisplayPriceAfterRefund(Moneys displayPriceAfterRefund) voidVariableCharge.setFixedAmount(Moneys fixedAmount) voidBookingContractItemCancellableResponse.setInternalPrice(Moneys internalPrice) voidDailyRate.setInternalPrice(Moneys internalPrice) voidBookingContractItemCancellableResponse.setInternalPriceAfterRefund(Moneys internalPriceAfterRefund) voidvoidvoidvoidvoidvoidBookingContractItemCancellableResponse.setSourcePrice(Moneys sourcePrice) voidBookingContractItemCancellableResponse.setSourcePriceAfterRefund(Moneys sourcePriceAfterRefund) voidBookingContractItemCancellableResponse.setSupplierPrice(Moneys supplierPrice) voidDailyRate.setSupplierPrice(Moneys supplierPrice) voidBookingContractItemCancellableResponse.setSupplierPriceAfterRefund(Moneys supplierPriceAfterRefund) voidRawSupplierContractItem.setTotalPrice(Moneys totalPrice) BookingContractItemCancellableResponse.sourcePrice(Moneys sourcePrice) BookingContractItemCancellableResponse.sourcePriceAfterRefund(Moneys sourcePriceAfterRefund) BookingContractItemCancellableResponse.supplierPrice(Moneys supplierPrice) DailyRate.supplierPrice(Moneys supplierPrice) BookingContractItemCancellableResponse.supplierPriceAfterRefund(Moneys supplierPriceAfterRefund) RawSupplierContractItem.totalPrice(Moneys totalPrice)