Package com.onlinepayments.domain
Class RefundErrorResponse
java.lang.Object
com.onlinepayments.domain.RefundErrorResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.voidsetErrorId(String value) voidvoidsetRefundResult(RefundResponse value) This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.withErrorId(String value) withErrors(List<APIError> value) withRefundResult(RefundResponse value) This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.
-
Constructor Details
-
RefundErrorResponse
public RefundErrorResponse()
-
-
Method Details
-
getErrorId
-
setErrorId
-
withErrorId
-
getErrors
-
setErrors
-
withErrors
-
getRefundResult
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource. In case of a rejected refund, detailed error information is listed. -
setRefundResult
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource. In case of a rejected refund, detailed error information is listed. -
withRefundResult
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource. In case of a rejected refund, detailed error information is listed.
-