| Package | Description |
|---|---|
| com.cardinity | |
| com.cardinity.validators |
| Modifier and Type | Method and Description |
|---|---|
Result<Chargeback> |
CardinityClient.createChargeback(UUID paymentId,
Chargeback chargeback)
Creates a new chargeback.
|
Result<Chargeback> |
CardinityClient.getChargeback(UUID paymentId,
UUID chargebackId)
Finds and returns a chargeback specified by a paymentId and a chargebackId.
|
Result<List<Chargeback>> |
CardinityClient.getChargebacks(UUID paymentId)
Returns a list of chargebacks for a specified payment.
|
| Modifier and Type | Method and Description |
|---|---|
Result<Chargeback> |
CardinityClient.createChargeback(UUID paymentId,
Chargeback chargeback)
Creates a new chargeback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChargebackValidator.validate(Chargeback chargeback) |
Copyright © 2021. All rights reserved.