public class PaymentLinkResponse extends Object
| Constructor and Description |
|---|
PaymentLinkResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpirationDate()
The date after which the payment link will not be usable to complete the payment.
|
String |
getPaymentId()
The unique payment transaction identifier.
|
List<PaymentLinkEvent> |
getPaymentLinkEvents() |
String |
getPaymentLinkId()
The unique link identifier.
|
PaymentLinkOrderOutput |
getPaymentLinkOrder()
An object containing the details of the related payment output.
|
String |
getRecipientName()
The payment link recipient name.
|
String |
getRedirectionUrl()
The URL that will redirect the customer to the Hosted Checkout page to process the payment.
|
String |
getStatus()
The state of the payment link:
* ACTIVE: The payment link is ready to be used.
|
void |
setExpirationDate(String value)
The date after which the payment link will not be usable to complete the payment.
|
void |
setPaymentId(String value)
The unique payment transaction identifier.
|
void |
setPaymentLinkEvents(List<PaymentLinkEvent> value) |
void |
setPaymentLinkId(String value)
The unique link identifier.
|
void |
setPaymentLinkOrder(PaymentLinkOrderOutput value)
An object containing the details of the related payment output.
|
void |
setRecipientName(String value)
The payment link recipient name.
|
void |
setRedirectionUrl(String value)
The URL that will redirect the customer to the Hosted Checkout page to process the payment.
|
void |
setStatus(String value)
The state of the payment link:
* ACTIVE: The payment link is ready to be used.
|
PaymentLinkResponse |
withExpirationDate(String value)
The date after which the payment link will not be usable to complete the payment.
|
PaymentLinkResponse |
withPaymentId(String value)
The unique payment transaction identifier.
|
PaymentLinkResponse |
withPaymentLinkEvents(List<PaymentLinkEvent> value) |
PaymentLinkResponse |
withPaymentLinkId(String value)
The unique link identifier.
|
PaymentLinkResponse |
withPaymentLinkOrder(PaymentLinkOrderOutput value)
An object containing the details of the related payment output.
|
PaymentLinkResponse |
withRecipientName(String value)
The payment link recipient name.
|
PaymentLinkResponse |
withRedirectionUrl(String value)
The URL that will redirect the customer to the Hosted Checkout page to process the payment.
|
PaymentLinkResponse |
withStatus(String value)
The state of the payment link:
* ACTIVE: The payment link is ready to be used.
|
public String getExpirationDate()
public void setExpirationDate(String value)
public PaymentLinkResponse withExpirationDate(String value)
public String getPaymentId()
public void setPaymentId(String value)
public PaymentLinkResponse withPaymentId(String value)
public List<PaymentLinkEvent> getPaymentLinkEvents()
public void setPaymentLinkEvents(List<PaymentLinkEvent> value)
public PaymentLinkResponse withPaymentLinkEvents(List<PaymentLinkEvent> value)
public String getPaymentLinkId()
public void setPaymentLinkId(String value)
public PaymentLinkResponse withPaymentLinkId(String value)
public PaymentLinkOrderOutput getPaymentLinkOrder()
public void setPaymentLinkOrder(PaymentLinkOrderOutput value)
public PaymentLinkResponse withPaymentLinkOrder(PaymentLinkOrderOutput value)
public String getRecipientName()
public void setRecipientName(String value)
public PaymentLinkResponse withRecipientName(String value)
public String getRedirectionUrl()
public void setRedirectionUrl(String value)
public PaymentLinkResponse withRedirectionUrl(String value)
public String getStatus()
public void setStatus(String value)
public PaymentLinkResponse withStatus(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.