| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListPaymentLinksResponse |
CheckoutApi.listPaymentLinks(String cursor,
Integer limit)
Lists all payment links.
|
ListPaymentLinksResponse |
DefaultCheckoutApi.listPaymentLinks(String cursor,
Integer limit)
Lists all payment links.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListPaymentLinksResponse> |
CheckoutApi.listPaymentLinksAsync(String cursor,
Integer limit)
Lists all payment links.
|
CompletableFuture<ListPaymentLinksResponse> |
DefaultCheckoutApi.listPaymentLinksAsync(String cursor,
Integer limit)
Lists all payment links.
|
| Modifier and Type | Method and Description |
|---|---|
ListPaymentLinksResponse |
ListPaymentLinksResponse.Builder.build()
Builds a new
ListPaymentLinksResponse object using the set fields. |
Copyright © 2022. All rights reserved.