public class PaymentLink extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentLink.Builder
Class to build instances of
PaymentLink. |
| Modifier | Constructor and Description |
|---|---|
protected |
PaymentLink(int version,
String id,
io.apimatic.core.types.OptionalNullable<String> description,
String orderId,
CheckoutOptions checkoutOptions,
PrePopulatedData prePopulatedData,
String url,
String longUrl,
String createdAt,
String updatedAt,
io.apimatic.core.types.OptionalNullable<String> paymentNote)
Internal initialization constructor.
|
|
PaymentLink(int version,
String id,
String description,
String orderId,
CheckoutOptions checkoutOptions,
PrePopulatedData prePopulatedData,
String url,
String longUrl,
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 |
getLongUrl()
Getter for LongUrl.
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDescription()
Internal Getter for Description.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetPaymentNote()
Internal Getter for PaymentNote.
|
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 longUrl,
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.longUrl - String value for longUrl.createdAt - String value for createdAt.updatedAt - String value for updatedAt.paymentNote - String value for paymentNote.protected PaymentLink(int version,
String id,
io.apimatic.core.types.OptionalNullable<String> description,
String orderId,
CheckoutOptions checkoutOptions,
PrePopulatedData prePopulatedData,
String url,
String longUrl,
String createdAt,
String updatedAt,
io.apimatic.core.types.OptionalNullable<String> paymentNote)
public String getId()
public int getVersion()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDescription()
public String getDescription()
public String getOrderId()
public CheckoutOptions getCheckoutOptions()
public PrePopulatedData getPrePopulatedData()
public String getUrl()
public String getLongUrl()
public String getCreatedAt()
public String getUpdatedAt()
protected io.apimatic.core.types.OptionalNullable<String> internalGetPaymentNote()
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 © 2023. All rights reserved.