Uses of Class
io.trippay.sdk.payment.model.PendingRefund
Packages that use PendingRefund
-
Uses of PendingRefund in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PendingRefundModifier and TypeMethodDescriptionPendingRefund.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) PendingRefund.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) PendingRefund.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) PendingRefund.refundIdentifier(String refundIdentifier) PendingRefund.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) PendingRefund.supplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) Methods in io.trippay.sdk.payment.model that return types with arguments of type PendingRefundModifier and TypeMethodDescription@Valid List<PendingRefund> Beneficiary.getPendingRefunds()Get pendingRefundsMethods in io.trippay.sdk.payment.model with parameters of type PendingRefundModifier and TypeMethodDescriptionBeneficiary.addPendingRefundsItem(PendingRefund pendingRefundsItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type PendingRefundModifier and TypeMethodDescriptionBeneficiary.pendingRefunds(List<PendingRefund> pendingRefunds) voidBeneficiary.setPendingRefunds(List<PendingRefund> pendingRefunds)