Uses of Class
com.onlinepayments.domain.PaymentStatusOutput
Packages that use PaymentStatusOutput
-
Uses of PaymentStatusOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentStatusOutputModifier and TypeMethodDescriptionOperationOutput.getStatusOutput()This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.PaymentDetailsResponse.getStatusOutput()This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.PaymentResponse.getStatusOutput()This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.PaymentStatusOutput.withErrors(List<APIError> value) PaymentStatusOutput.withIsAuthorized(Boolean value) Indicates if the transaction has been authorizedPaymentStatusOutput.withIsCancellable(Boolean value) Flag indicating if the payment can be cancelledPaymentStatusOutput.withIsRefundable(Boolean value) Flag indicating if the payment can be refundedPaymentStatusOutput.withStatusCategory(String value) Highlevel status of the payment, payout or refund.PaymentStatusOutput.withStatusCode(Integer value) Numeric status code of the legacy API.PaymentStatusOutput.withStatusCodeChangeDateTime(String value) Timestamp of the latest status changeMethods in com.onlinepayments.domain with parameters of type PaymentStatusOutputModifier and TypeMethodDescriptionvoidOperationOutput.setStatusOutput(PaymentStatusOutput value) This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.voidPaymentDetailsResponse.setStatusOutput(PaymentStatusOutput value) This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.voidPaymentResponse.setStatusOutput(PaymentStatusOutput value) This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.OperationOutput.withStatusOutput(PaymentStatusOutput value) This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.PaymentDetailsResponse.withStatusOutput(PaymentStatusOutput value) This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.PaymentResponse.withStatusOutput(PaymentStatusOutput value) This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.