| Package | Description |
|---|---|
| com.cardinity | |
| com.cardinity.validators |
| Modifier and Type | Method and Description |
|---|---|
Result<Refund> |
CardinityClient.createRefund(UUID paymentId,
Refund refund)
Refunds an approved payment.
|
Result<Refund> |
CardinityClient.getRefund(UUID paymentId,
UUID refundId)
Finds and returns a refund specified by a paymentId and a refundId.
|
Result<List<Refund>> |
CardinityClient.getRefunds(UUID paymentId)
Returns a list of refunds for a specified payment.
|
| Modifier and Type | Method and Description |
|---|---|
Result<Refund> |
CardinityClient.createRefund(UUID paymentId,
Refund refund)
Refunds an approved payment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefundValidator.validate(Refund refund) |
Copyright © 2021. All rights reserved.