Package com.onlinepayments.domain
Class PayoutStatusOutput
java.lang.Object
com.onlinepayments.domain.PayoutStatusOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFlag indicating if the payout can be cancelled true falseHighlevel status of the payment, payout or refund.Numeric status code of the legacy API.voidsetIsCancellable(Boolean value) Flag indicating if the payout 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.withIsCancellable(Boolean value) Flag indicating if the payout 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.
-
Constructor Details
-
PayoutStatusOutput
public PayoutStatusOutput()
-
-
Method Details
-
getIsCancellable
Flag indicating if the payout can be cancelled- true
- false
-
setIsCancellable
Flag indicating if the payout can be cancelled- true
- false
-
withIsCancellable
Flag indicating if the payout 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.
-