Uses of Class
com.onlinepayments.domain.Capture
Packages that use Capture
-
Uses of Capture in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CaptureModifier and TypeMethodDescriptionCapture.withCaptureOutput(CaptureOutput value) Object containing capture detailsCapture.withStatus(String value) Current high-level status of the payment in a human-readable form.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.Methods in com.onlinepayments.domain that return types with arguments of type CaptureModifier and TypeMethodDescriptionCapturesResponse.getCaptures()The list of all captures performed on the requested payment.Method parameters in com.onlinepayments.domain with type arguments of type CaptureModifier and TypeMethodDescriptionvoidCapturesResponse.setCaptures(List<Capture> value) The list of all captures performed on the requested payment.CapturesResponse.withCaptures(List<Capture> value) The list of all captures performed on the requested payment.