Uses of Class
com.onlinepayments.domain.CaptureStatusOutput
Packages that use CaptureStatusOutput
-
Uses of CaptureStatusOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CaptureStatusOutputModifier and TypeMethodDescriptionCapture.getStatusOutput()This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.CaptureResponse.getStatusOutput()This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.CaptureStatusOutput.withStatusCode(Integer value) Numeric status code of the legacy API.Methods in com.onlinepayments.domain with parameters of type CaptureStatusOutputModifier and TypeMethodDescriptionvoidCapture.setStatusOutput(CaptureStatusOutput value) This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.voidCaptureResponse.setStatusOutput(CaptureStatusOutput value) This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.Capture.withStatusOutput(CaptureStatusOutput value) This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.CaptureResponse.withStatusOutput(CaptureStatusOutput value) This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.