Uses of Class
com.onlinepayments.domain.OrderStatusOutput
Packages that use OrderStatusOutput
-
Uses of OrderStatusOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return OrderStatusOutputModifier and TypeMethodDescriptionRefundResponse.getStatusOutput()OrderStatusOutput.withErrors(List<APIError> value) OrderStatusOutput.withIsCancellable(Boolean value) Flag indicating if the payment can be cancelled true falseOrderStatusOutput.withStatusCategory(String value) Highlevel status of the payment, payout or refund.OrderStatusOutput.withStatusCode(Integer value) Numeric status code of the legacy API.OrderStatusOutput.withStatusCodeChangeDateTime(String value) Timestamp of the latest status changeMethods in com.onlinepayments.domain with parameters of type OrderStatusOutputModifier and TypeMethodDescriptionvoidRefundResponse.setStatusOutput(OrderStatusOutput value) RefundResponse.withStatusOutput(OrderStatusOutput value)