public class CreatePaymentLinkResponse extends Object
| Constructor and Description |
|---|
CreatePaymentLinkResponse() |
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentLinkResponse |
amount(Amount amount) |
boolean |
equals(Object o) |
CreatePaymentLinkResponse |
expiresAt(String expiresAt) |
Amount |
getAmount()
Get amount
|
String |
getExpiresAt()
The date that the Pay By Link expires; e.g.
|
String |
getReference()
The reference that was specified when the Pay By Link URL was created.
|
String |
getUrl()
The URL at which the shopper can complete the payment.
|
int |
hashCode() |
CreatePaymentLinkResponse |
reference(String reference) |
void |
setAmount(Amount amount) |
void |
setExpiresAt(String expiresAt) |
void |
setReference(String reference) |
void |
setUrl(String url) |
String |
toString() |
CreatePaymentLinkResponse |
url(String url) |
public CreatePaymentLinkResponse amount(Amount amount)
public Amount getAmount()
public void setAmount(Amount amount)
public CreatePaymentLinkResponse expiresAt(String expiresAt)
public String getExpiresAt()
public void setExpiresAt(String expiresAt)
public CreatePaymentLinkResponse reference(String reference)
public String getReference()
public void setReference(String reference)
public CreatePaymentLinkResponse url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2019. All rights reserved.