Uses of Class
com.onlinepayments.domain.PayoutStatusOutput
Packages that use PayoutStatusOutput
-
Uses of PayoutStatusOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PayoutStatusOutputModifier and TypeMethodDescriptionPayoutResponse.getStatusOutput()PayoutResult.getStatusOutput()PayoutStatusOutput.withIsCancellable(Boolean value) Flag indicating if the payout can be cancelled true falsePayoutStatusOutput.withStatusCategory(String value) Highlevel status of the payment, payout or refund.PayoutStatusOutput.withStatusCode(Integer value) Numeric status code of the legacy API.Methods in com.onlinepayments.domain with parameters of type PayoutStatusOutputModifier and TypeMethodDescriptionvoidPayoutResponse.setStatusOutput(PayoutStatusOutput value) voidPayoutResult.setStatusOutput(PayoutStatusOutput value) PayoutResponse.withStatusOutput(PayoutStatusOutput value) PayoutResult.withStatusOutput(PayoutStatusOutput value)