Package com.adyen.service
Class Modification
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.Modification
-
public class Modification extends Service
-
-
Constructor Summary
Constructors Constructor Description Modification(Client client)
-
Method Summary
-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
Modification
public Modification(Client client)
-
-
Method Detail
-
capture
public ModificationResult capture(CaptureRequest captureRequest) throws IOException, ApiException
Issues /capture request- Parameters:
captureRequest- CaptureRequest- Returns:
- ModificationResult
- Throws:
IOException- IOExceptionApiException- ApiException
-
capture
public ModificationResult capture(CaptureRequest captureRequest, RequestOptions requestOptions) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
cancelOrRefund
public ModificationResult cancelOrRefund(CancelOrRefundRequest cancelOrRefundRequest) throws IOException, ApiException
Issues /cancelOrRefund request- Parameters:
cancelOrRefundRequest- CancelOrRefundRequest- Returns:
- ModificationResult
- Throws:
IOException- IOExceptionApiException- ApiException
-
cancelOrRefund
public ModificationResult cancelOrRefund(CancelOrRefundRequest cancelOrRefundRequest, RequestOptions requestOptions) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
refund
public ModificationResult refund(RefundRequest refundRequest) throws IOException, ApiException
Issues /refund request- Parameters:
refundRequest- RefundRequest- Returns:
- ModificationResult
- Throws:
IOException- IOExceptionApiException- ApiException
-
refund
public ModificationResult refund(RefundRequest refundRequest, RequestOptions requestOptions) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
cancel
public ModificationResult cancel(CancelRequest cancelRequest) throws IOException, ApiException
Issues /cancel request- Parameters:
cancelRequest- CancelRequest- Returns:
- ModificationResult
- Throws:
IOException- IOExceptionApiException- ApiException
-
cancel
public ModificationResult cancel(CancelRequest cancelRequest, RequestOptions requestOptions) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
technicalCancel
public ModificationResult technicalCancel(TechnicalCancelRequest technicalCancelRequest) throws IOException, ApiException
Issues /technical Cancel- Parameters:
technicalCancelRequest- TechnicalCancelRequest- Returns:
- ModificationResult
- Throws:
IOException- IOExceptionApiException- ApiException
-
technicalCancel
public ModificationResult technicalCancel(TechnicalCancelRequest technicalCancelRequest, RequestOptions requestOptions) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
adjustAuthorization
public ModificationResult adjustAuthorization(AdjustAuthorisationRequest adjustAuthorisationRequest) throws IOException, ApiException
Issues /adjust Authorisation- Parameters:
adjustAuthorisationRequest- AdjustAuthorisationRequest- Returns:
- ModificationResult
- Throws:
IOException- IOExceptionApiException- ApiException
-
adjustAuthorization
public ModificationResult adjustAuthorization(AdjustAuthorisationRequest adjustAuthorisationRequest, RequestOptions requestOptions) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
voidPendingRefund
public ModificationResult voidPendingRefund(VoidPendingRefundRequest voidPendingRefundRequest) throws IOException, ApiException
Issues /voidPendingRefund request- Parameters:
voidPendingRefundRequest- VoidPendingRefundRequest- Returns:
- ModificationResult
- Throws:
IOException- IOExceptionApiException- ApiException
-
voidPendingRefund
public ModificationResult voidPendingRefund(VoidPendingRefundRequest voidPendingRefundRequest, RequestOptions requestOptions) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
donate
public ModificationResult donate(DonationRequest donationRequest) throws IOException, ApiException
Issues /donate request- Parameters:
donationRequest- DonationRequest- Returns:
- ModificationResult
- Throws:
IOException- IOExceptionApiException- ApiException
-
donate
public ModificationResult donate(DonationRequest donationRequest, RequestOptions requestOptions) throws IOException, ApiException
- Throws:
IOExceptionApiException
-
-