public class GetHostedCheckoutResponse extends Object
| Constructor and Description |
|---|
GetHostedCheckoutResponse() |
| Modifier and Type | Method and Description |
|---|---|
CreatedPaymentOutput |
getCreatedPaymentOutput()
This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorized
|
String |
getStatus()
This is the status of the hosted checkout.
|
void |
setCreatedPaymentOutput(CreatedPaymentOutput value)
This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorized
|
void |
setStatus(String value)
This is the status of the hosted checkout.
|
GetHostedCheckoutResponse |
withCreatedPaymentOutput(CreatedPaymentOutput value)
This object will return the details of the payment after the payment is cancelled by the customer, rejected or authorized
|
GetHostedCheckoutResponse |
withStatus(String value)
This is the status of the hosted checkout.
|
public CreatedPaymentOutput getCreatedPaymentOutput()
public void setCreatedPaymentOutput(CreatedPaymentOutput value)
public GetHostedCheckoutResponse withCreatedPaymentOutput(CreatedPaymentOutput value)
public String getStatus()
public void setStatus(String value)
public GetHostedCheckoutResponse withStatus(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.