public class PaymentLink extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentLink.Builder
Class to build instances of
PaymentLink. |
| Constructor and Description |
|---|
PaymentLink(int version,
String id,
String description,
String orderId,
CheckoutOptions checkoutOptions,
PrePopulatedData prePopulatedData,
String url,
String createdAt,
String updatedAt,
String paymentNote)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CheckoutOptions |
getCheckoutOptions()
Getter for CheckoutOptions.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getDescription()
Getter for Description.
|
String |
getId()
Getter for Id.
|
String |
getOrderId()
Getter for OrderId.
|
String |
getPaymentNote()
Getter for PaymentNote.
|
PrePopulatedData |
getPrePopulatedData()
Getter for PrePopulatedData.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
String |
getUrl()
Getter for Url.
|
int |
getVersion()
Getter for Version.
|
int |
hashCode() |
PaymentLink.Builder |
toBuilder()
Builds a new
PaymentLink.Builder object. |
String |
toString()
Converts this PaymentLink into string format.
|
public PaymentLink(int version,
String id,
String description,
String orderId,
CheckoutOptions checkoutOptions,
PrePopulatedData prePopulatedData,
String url,
String createdAt,
String updatedAt,
String paymentNote)
version - int value for version.id - String value for id.description - String value for description.orderId - String value for orderId.checkoutOptions - CheckoutOptions value for checkoutOptions.prePopulatedData - PrePopulatedData value for prePopulatedData.url - String value for url.createdAt - String value for createdAt.updatedAt - String value for updatedAt.paymentNote - String value for paymentNote.public String getId()
public int getVersion()
public String getDescription()
public String getOrderId()
public CheckoutOptions getCheckoutOptions()
public PrePopulatedData getPrePopulatedData()
public String getUrl()
public String getCreatedAt()
public String getUpdatedAt()
public String getPaymentNote()
public String toString()
public PaymentLink.Builder toBuilder()
PaymentLink.Builder object.
Creates the instance with the state of the current model.PaymentLink.Builder objectCopyright © 2022. All rights reserved.