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(Double captureAmountRefundModifier) PendingRefund.displayAmountRefundModifier(Double displayAmountRefundModifier) PendingRefund.internalAmountRefundModifier(Double internalAmountRefundModifier) PendingRefund.refundIdentifier(String refundIdentifier) PendingRefund.sourceAmountRefundModifier(Double sourceAmountRefundModifier) PendingRefund.supplierAmountRefundModifier(Double 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)