public class PaymentResponse extends Object
| Constructor and Description |
|---|
PaymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
HostedCheckoutSpecificOutput |
getHostedCheckoutSpecificOutput()
Hosted Checkout specific information.
|
String |
getId()
Our unique payment transaction identifier
|
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 |
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.
|
PaymentResponse |
withHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
Hosted Checkout specific information.
|
PaymentResponse |
withId(String value)
Our unique payment transaction identifier
|
PaymentResponse |
withPaymentOutput(PaymentOutput value)
Object containing payment details
|
PaymentResponse |
withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
PaymentResponse |
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 HostedCheckoutSpecificOutput getHostedCheckoutSpecificOutput()
public void setHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
public PaymentResponse withHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
public String getId()
public void setId(String value)
public PaymentResponse withId(String value)
public PaymentOutput getPaymentOutput()
public void setPaymentOutput(PaymentOutput value)
public PaymentResponse withPaymentOutput(PaymentOutput value)
public String getStatus()
public void setStatus(String value)
public PaymentResponse withStatus(String value)
public PaymentStatusOutput getStatusOutput()
public void setStatusOutput(PaymentStatusOutput value)
public PaymentResponse withStatusOutput(PaymentStatusOutput value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.