public class ChargebackHandler extends AbstractHandler
baseUrl, mapper| Constructor | Description |
|---|---|
ChargebackHandler(String baseUrl) |
| Modifier and Type | Method | Description |
|---|---|---|
ChargebackResponse |
getChargeback(String paymentId,
String chargebackId,
QueryParams params) |
|
Pagination<ChargebackListResponse> |
listChargebacks() |
|
Pagination<ChargebackListResponse> |
listChargebacks(String paymentId) |
validateResponsepublic ChargebackHandler(String baseUrl)
public ChargebackResponse getChargeback(String paymentId, String chargebackId, QueryParams params) throws MollieException
MollieExceptionpublic Pagination<ChargebackListResponse> listChargebacks() throws MollieException
MollieExceptionpublic Pagination<ChargebackListResponse> listChargebacks(String paymentId) throws MollieException
MollieExceptionCopyright © 2018. All rights reserved.