Package com.onlinepayments.domain
Class PaymentDetailsResponse
java.lang.Object
com.onlinepayments.domain.PaymentDetailsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHosted Checkout specific information.getId()Our unique payment transaction identifierObject that contains the complete list of operations executed on the payment.Object 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 identifiervoidsetOperations(List<OperationOutput> value) Object that contains the complete list of operations executed on the payment.voidsetPaymentOutput(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 identifierwithOperations(List<OperationOutput> value) Object that contains the complete list of operations executed on the payment.withPaymentOutput(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
-
PaymentDetailsResponse
public PaymentDetailsResponse()
-
-
Method Details
-
getOperations
Object that contains the complete list of operations executed on the payment. -
setOperations
Object that contains the complete list of operations executed on the payment. -
withOperations
Object that contains the complete list of operations executed on the payment. -
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.
-