Package com.onlinepayments.domain
Class PaymentStatusOutput
java.lang.Object
com.onlinepayments.domain.PaymentStatusOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates if the transaction has been authorizedFlag indicating if the payment can be cancelledFlag indicating if the payment can be refundedHighlevel status of the payment, payout or refund.Numeric status code of the legacy API.Timestamp of the latest status changevoidvoidsetIsAuthorized(Boolean value) Indicates if the transaction has been authorizedvoidsetIsCancellable(Boolean value) Flag indicating if the payment can be cancelledvoidsetIsRefundable(Boolean value) Flag indicating if the payment can be refundedvoidsetStatusCategory(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) withIsAuthorized(Boolean value) Indicates if the transaction has been authorizedwithIsCancellable(Boolean value) Flag indicating if the payment can be cancelledwithIsRefundable(Boolean value) Flag indicating if the payment can be refundedwithStatusCategory(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
-
PaymentStatusOutput
public PaymentStatusOutput()
-
-
Method Details
-
getErrors
-
setErrors
-
withErrors
-
getIsAuthorized
Indicates if the transaction has been authorized -
setIsAuthorized
Indicates if the transaction has been authorized -
withIsAuthorized
Indicates if the transaction has been authorized -
getIsCancellable
Flag indicating if the payment can be cancelled -
setIsCancellable
Flag indicating if the payment can be cancelled -
withIsCancellable
Flag indicating if the payment can be cancelled -
getIsRefundable
Flag indicating if the payment can be refunded -
setIsRefundable
Flag indicating if the payment can be refunded -
withIsRefundable
Flag indicating if the payment can be refunded -
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
-