Package com.onlinepayments.domain
Class PaymentResponse
java.lang.Object
com.onlinepayments.domain.PaymentResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHosted Checkout specific information.getId()Our unique payment transaction identifierObject containing payment detailsCurrent high-level status of the payment in a human-readable form.This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.voidHosted Checkout specific information.voidOur unique payment transaction identifiervoidsetPaymentOutput(PaymentOutput value) Object containing payment detailsvoidCurrent high-level status of the payment in a human-readable form.voidThis object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.Hosted Checkout specific information.Our unique payment transaction identifierwithPaymentOutput(PaymentOutput value) Object containing payment detailswithStatus(String value) Current high-level status of the payment in a human-readable form.This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
-
Constructor Details
-
PaymentResponse
public PaymentResponse()
-
-
Method Details
-
getHostedCheckoutSpecificOutput
Hosted Checkout specific information. Populated if the payment was created on the platform through a Hosted Checkout. -
setHostedCheckoutSpecificOutput
Hosted Checkout specific information. Populated if the payment was created on the platform through a Hosted Checkout. -
withHostedCheckoutSpecificOutput
Hosted Checkout specific information. Populated if the payment was created on the platform through a Hosted Checkout. -
getId
Our unique payment transaction identifier -
setId
Our unique payment transaction identifier -
withId
Our unique payment transaction identifier -
getPaymentOutput
Object containing payment details -
setPaymentOutput
Object containing payment details -
withPaymentOutput
Object containing payment details -
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 payment 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 payment 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 payment 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.
-