| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CheckoutOptions |
CheckoutOptions.Builder.build()
Builds a new
CheckoutOptions object using the set fields. |
CheckoutOptions |
CreatePaymentLinkRequest.getCheckoutOptions()
Getter for CheckoutOptions.
|
CheckoutOptions |
PaymentLink.getCheckoutOptions()
Getter for CheckoutOptions.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentLinkRequest.Builder |
CreatePaymentLinkRequest.Builder.checkoutOptions(CheckoutOptions checkoutOptions)
Setter for checkoutOptions.
|
PaymentLink.Builder |
PaymentLink.Builder.checkoutOptions(CheckoutOptions checkoutOptions)
Setter for checkoutOptions.
|
| Constructor and Description |
|---|
CreatePaymentLinkRequest(String idempotencyKey,
String description,
QuickPay quickPay,
Order order,
CheckoutOptions checkoutOptions,
PrePopulatedData prePopulatedData,
String source,
String paymentNote)
Initialization constructor.
|
PaymentLink(int version,
String id,
String description,
String orderId,
CheckoutOptions checkoutOptions,
PrePopulatedData prePopulatedData,
String url,
String createdAt,
String updatedAt,
String paymentNote)
Initialization constructor.
|
Copyright © 2022. All rights reserved.