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.
|
PaymentLinkOrder |
getPaymentLinkOrder()
An object containing the details of the related payment.
|
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(PaymentLinkOrder value)
An object containing the details of the related payment.
|
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(PaymentLinkOrder value)
An object containing the details of the related payment.
|
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 PaymentLinkOrder getPaymentLinkOrder()
public void setPaymentLinkOrder(PaymentLinkOrder value)
public PaymentLinkResponse withPaymentLinkOrder(PaymentLinkOrder 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 © 2023 Worldline Online Payments Direct. All rights reserved.