Package com.onlinepayments.domain
Class Capture
java.lang.Object
com.onlinepayments.domain.Capture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing capture detailsgetId()Current high-level status of the payment in a human-readable form.This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.voidsetCaptureOutput(CaptureOutput value) Object containing capture detailsvoidvoidCurrent high-level status of the payment in a human-readable form.voidThis object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.withCaptureOutput(CaptureOutput value) Object containing capture detailswithStatus(String value) Current high-level status of the payment in a human-readable form.This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.
-
Constructor Details
-
Capture
public Capture()
-
-
Method Details
-
getCaptureOutput
Object containing capture details -
setCaptureOutput
Object containing capture details -
withCaptureOutput
Object containing capture details -
getId
-
setId
-
withId
-
getStatus
Current high-level status of the payment in a human-readable form. -
setStatus
Current high-level status of the payment in a human-readable form. -
withStatus
Current high-level status of the payment in a human-readable form. -
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. In case of failed payments and negative scenarios, detailed error information is listed. -
setStatusOutput
This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed. -
withStatusOutput
This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource. In case of failed payments and negative scenarios, detailed error information is listed.
-