public class Payment extends AbstractOrderStatus
Constructor and Description |
---|
Payment() |
Modifier and Type | Method and Description |
---|---|
HostedCheckoutSpecificOutput |
getHostedCheckoutSpecificOutput()
Hosted Checkout specific information.
|
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 |
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.
|
getId, setId
public HostedCheckoutSpecificOutput getHostedCheckoutSpecificOutput()
public void setHostedCheckoutSpecificOutput(HostedCheckoutSpecificOutput value)
public PaymentOutput getPaymentOutput()
public void setPaymentOutput(PaymentOutput value)
public String getStatus()
public void setStatus(String value)
public PaymentStatusOutput getStatusOutput()
public void setStatusOutput(PaymentStatusOutput value)
Copyright © 2024 Worldline Global Collect. All rights reserved.