public class CreatePaymentLinkRequest extends Object
| Constructor and Description |
|---|
CreatePaymentLinkRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A note related to the created payment link.
|
String |
getExpirationDate()
The date after which the payment link will not be usable to complete the payment.
|
PaymentLinkOrderInput |
getPaymentLinkOrder()
An object containing the details of the related payment input.
|
String |
getRecipientName()
The payment link recipient name.
|
void |
setDescription(String value)
A note related to the created payment link.
|
void |
setExpirationDate(String value)
The date after which the payment link will not be usable to complete the payment.
|
void |
setPaymentLinkOrder(PaymentLinkOrderInput value)
An object containing the details of the related payment input.
|
void |
setRecipientName(String value)
The payment link recipient name.
|
CreatePaymentLinkRequest |
withDescription(String value)
A note related to the created payment link.
|
CreatePaymentLinkRequest |
withExpirationDate(String value)
The date after which the payment link will not be usable to complete the payment.
|
CreatePaymentLinkRequest |
withPaymentLinkOrder(PaymentLinkOrderInput value)
An object containing the details of the related payment input.
|
CreatePaymentLinkRequest |
withRecipientName(String value)
The payment link recipient name.
|
public String getDescription()
public void setDescription(String value)
public CreatePaymentLinkRequest withDescription(String value)
public String getExpirationDate()
public void setExpirationDate(String value)
public CreatePaymentLinkRequest withExpirationDate(String value)
public PaymentLinkOrderInput getPaymentLinkOrder()
public void setPaymentLinkOrder(PaymentLinkOrderInput value)
public CreatePaymentLinkRequest withPaymentLinkOrder(PaymentLinkOrderInput value)
public String getRecipientName()
public void setRecipientName(String value)
public CreatePaymentLinkRequest withRecipientName(String value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.