Package com.onlinepayments.domain
Class OrderStatusOutput
java.lang.Object
com.onlinepayments.domain.OrderStatusOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFlag indicating if the payment can be cancelled true falseHighlevel status of the payment, payout or refund.Numeric status code of the legacy API.Timestamp of the latest status changevoidvoidsetIsCancellable(Boolean value) Flag indicating if the payment can be cancelled true falsevoidsetStatusCategory(String value) Highlevel status of the payment, payout or refund.voidsetStatusCode(Integer value) Numeric status code of the legacy API.voidTimestamp of the latest status changewithErrors(List<APIError> value) withIsCancellable(Boolean value) Flag indicating if the payment can be cancelled true falsewithStatusCategory(String value) Highlevel status of the payment, payout or refund.withStatusCode(Integer value) Numeric status code of the legacy API.Timestamp of the latest status change
-
Constructor Details
-
OrderStatusOutput
public OrderStatusOutput()
-
-
Method Details
-
getErrors
-
setErrors
-
withErrors
-
getIsCancellable
Flag indicating if the payment can be cancelled- true
- false
-
setIsCancellable
Flag indicating if the payment can be cancelled- true
- false
-
withIsCancellable
Flag indicating if the payment can be cancelled- true
- false
-
getStatusCategory
Highlevel status of the payment, payout or refund. -
setStatusCategory
Highlevel status of the payment, payout or refund. -
withStatusCategory
Highlevel status of the payment, payout or refund. -
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. -
getStatusCodeChangeDateTime
Timestamp of the latest status change -
setStatusCodeChangeDateTime
Timestamp of the latest status change -
withStatusCodeChangeDateTime
Timestamp of the latest status change
-