public class PblPaymentLinksPost201ResponsePurchaseInformation extends Object
| Constructor and Description |
|---|
PblPaymentLinksPost201ResponsePurchaseInformation() |
| Modifier and Type | Method and Description |
|---|---|
PblPaymentLinksPost201ResponsePurchaseInformation |
createdDate(String createdDate) |
boolean |
equals(Object o) |
String |
getCreatedDate()
Date and time (UTC) the invoice was created.
|
String |
getPaymentLink()
Returns the link to a purchase or donation link when the status is `ACTIVE`.
|
String |
getPurchaseNumber()
The purchase number
|
int |
hashCode() |
PblPaymentLinksPost201ResponsePurchaseInformation |
paymentLink(String paymentLink) |
PblPaymentLinksPost201ResponsePurchaseInformation |
purchaseNumber(String purchaseNumber) |
void |
setCreatedDate(String createdDate) |
void |
setPaymentLink(String paymentLink) |
void |
setPurchaseNumber(String purchaseNumber) |
String |
toString() |
public PblPaymentLinksPost201ResponsePurchaseInformation()
public PblPaymentLinksPost201ResponsePurchaseInformation purchaseNumber(String purchaseNumber)
public String getPurchaseNumber()
public void setPurchaseNumber(String purchaseNumber)
public PblPaymentLinksPost201ResponsePurchaseInformation createdDate(String createdDate)
public String getCreatedDate()
public void setCreatedDate(String createdDate)
public PblPaymentLinksPost201ResponsePurchaseInformation paymentLink(String paymentLink)
public String getPaymentLink()
public void setPaymentLink(String paymentLink)
Copyright © 2025. All rights reserved.