public class CreatePaymentLinkRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreatePaymentLinkRequest.Builder
Class to build instances of
CreatePaymentLinkRequest. |
| Constructor and Description |
|---|
CreatePaymentLinkRequest(String idempotencyKey,
String description,
QuickPay quickPay,
Order order,
CheckoutOptions checkoutOptions,
PrePopulatedData prePopulatedData,
String source,
String paymentNote)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CheckoutOptions |
getCheckoutOptions()
Getter for CheckoutOptions.
|
String |
getDescription()
Getter for Description.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
Order |
getOrder()
Getter for Order.
|
String |
getPaymentNote()
Getter for PaymentNote.
|
PrePopulatedData |
getPrePopulatedData()
Getter for PrePopulatedData.
|
QuickPay |
getQuickPay()
Getter for QuickPay.
|
String |
getSource()
Getter for Source.
|
int |
hashCode() |
CreatePaymentLinkRequest.Builder |
toBuilder()
Builds a new
CreatePaymentLinkRequest.Builder object. |
String |
toString()
Converts this CreatePaymentLinkRequest into string format.
|
public CreatePaymentLinkRequest(String idempotencyKey, String description, QuickPay quickPay, Order order, CheckoutOptions checkoutOptions, PrePopulatedData prePopulatedData, String source, String paymentNote)
idempotencyKey - String value for idempotencyKey.description - String value for description.quickPay - QuickPay value for quickPay.order - Order value for order.checkoutOptions - CheckoutOptions value for checkoutOptions.prePopulatedData - PrePopulatedData value for prePopulatedData.source - String value for source.paymentNote - String value for paymentNote.public String getIdempotencyKey()
public String getDescription()
public QuickPay getQuickPay()
public Order getOrder()
public CheckoutOptions getCheckoutOptions()
public PrePopulatedData getPrePopulatedData()
public String getSource()
public String getPaymentNote()
public String toString()
public CreatePaymentLinkRequest.Builder toBuilder()
CreatePaymentLinkRequest.Builder object.
Creates the instance with the state of the current model.CreatePaymentLinkRequest.Builder objectCopyright © 2022. All rights reserved.