Uses of Class
com.onlinepayments.domain.PaymentErrorResponse
Packages that use PaymentErrorResponse
-
Uses of PaymentErrorResponse in com.onlinepayments
Constructors in com.onlinepayments with parameters of type PaymentErrorResponseModifierConstructorDescriptionDeclinedPaymentException(int statusCode, String responseBody, PaymentErrorResponse response) -
Uses of PaymentErrorResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentErrorResponseModifier and TypeMethodDescriptionPaymentErrorResponse.withErrorId(String value) Unique reference, for debugging purposes, of this error responsePaymentErrorResponse.withErrors(List<APIError> value) PaymentErrorResponse.withPaymentResult(CreatePaymentResponse value) Object that contains details on the created payment in case one has been created.