public class PaymentDetailsResponse extends Object
| Constructor and Description |
|---|
PaymentDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
HostedCheckoutSpecificOutput |
getHostedCheckoutSpecificOutput()
Hosted Checkout specific information.
|
String |
getId()
Our unique payment transaction identifier
|
List<OperationOutput> |
getOperations()
Object that contains the complete list of operations executed on the payment.
|
PaymentOutput |
getPaymentOutput()
Object containing payment details
|
String |
getStatus()
Current high-level status of the payment in a human-readable form.
|
PaymentStatusOutput |
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.
|
void |
setHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
Hosted Checkout specific information.
|
void |
setId(String value)
Our unique payment transaction identifier
|
void |
setOperations(List<OperationOutput> value)
Object that contains the complete list of operations executed on the payment.
|
void |
setPaymentOutput(PaymentOutput value)
Object containing payment details
|
void |
setStatus(String value)
Current high-level status of the payment in a human-readable form.
|
void |
setStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
PaymentDetailsResponse |
withHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
Hosted Checkout specific information.
|
PaymentDetailsResponse |
withId(String value)
Our unique payment transaction identifier
|
PaymentDetailsResponse |
withOperations(List<OperationOutput> value)
Object that contains the complete list of operations executed on the payment.
|
PaymentDetailsResponse |
withPaymentOutput(PaymentOutput value)
Object containing payment details
|
PaymentDetailsResponse |
withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
PaymentDetailsResponse |
withStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
public List<OperationOutput> getOperations()
public void setOperations(List<OperationOutput> value)
public PaymentDetailsResponse withOperations(List<OperationOutput> value)
public HostedCheckoutSpecificOutput getHostedCheckoutSpecificOutput()
public void setHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
public PaymentDetailsResponse withHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
public String getId()
public void setId(String value)
public PaymentDetailsResponse withId(String value)
public PaymentOutput getPaymentOutput()
public void setPaymentOutput(PaymentOutput value)
public PaymentDetailsResponse withPaymentOutput(PaymentOutput value)
public String getStatus()
public void setStatus(String value)
public PaymentDetailsResponse withStatus(String value)
public PaymentStatusOutput getStatusOutput()
public void setStatusOutput(PaymentStatusOutput value)
public PaymentDetailsResponse withStatusOutput(PaymentStatusOutput value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.