Package com.onlinepayments.domain
Class CaptureResponse
java.lang.Object
com.onlinepayments.domain.CaptureResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing capture detailsgetId()Our unique payment transaction identifierCurrent 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 detailsvoidOur unique payment transaction identifiervoidCurrent 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 detailsOur unique payment transaction identifierwithStatus(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
-
CaptureResponse
public CaptureResponse()
-
-
Method Details
-
getCaptureOutput
Object containing capture details -
setCaptureOutput
Object containing capture details -
withCaptureOutput
Object containing capture details -
getId
Our unique payment transaction identifier -
setId
Our unique payment transaction identifier -
withId
Our unique payment transaction identifier -
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.
-