Package com.onlinepayments.domain
Class CaptureStatusOutput
java.lang.Object
com.onlinepayments.domain.CaptureStatusOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNumeric status code of the legacy API.voidsetStatusCode(Integer value) Numeric status code of the legacy API.withStatusCode(Integer value) Numeric status code of the legacy API.
-
Constructor Details
-
CaptureStatusOutput
public CaptureStatusOutput()
-
-
Method Details
-
getStatusCode
Numeric status code of the legacy API. The value can also be found in the BackOffice and in report files. -
setStatusCode
Numeric status code of the legacy API. The value can also be found in the BackOffice and in report files. -
withStatusCode
Numeric status code of the legacy API. The value can also be found in the BackOffice and in report files.
-