public class CaptureHandler extends AbstractHandler
baseUrl, mapper| Constructor | Description |
|---|---|
CaptureHandler(String baseUrl) |
| Modifier and Type | Method | Description |
|---|---|---|
CaptureResponse |
getCapture(String paymentId,
String captureId) |
|
CaptureResponse |
getCapture(String paymentId,
String captureId,
QueryParams params) |
|
Pagination<CaptureListResponse> |
listCaptures(String paymentId) |
|
Pagination<CaptureListResponse> |
listCaptures(String paymentId,
QueryParams params) |
validateResponsepublic CaptureHandler(String baseUrl)
public CaptureResponse getCapture(String paymentId, String captureId) throws MollieException
MollieExceptionpublic CaptureResponse getCapture(String paymentId, String captureId, QueryParams params) throws MollieException
MollieExceptionpublic Pagination<CaptureListResponse> listCaptures(String paymentId) throws MollieException
MollieExceptionpublic Pagination<CaptureListResponse> listCaptures(String paymentId, QueryParams params) throws MollieException
MollieExceptionCopyright © 2018. All rights reserved.