| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCardsResponse |
CardsApi.listCards(String cursor,
String customerId,
Boolean includeDisabled,
String referenceId,
String sortOrder)
Retrieves a list of cards owned by the account making the request.
|
ListCardsResponse |
DefaultCardsApi.listCards(String cursor,
String customerId,
Boolean includeDisabled,
String referenceId,
String sortOrder)
Retrieves a list of cards owned by the account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCardsResponse> |
CardsApi.listCardsAsync(String cursor,
String customerId,
Boolean includeDisabled,
String referenceId,
String sortOrder)
Retrieves a list of cards owned by the account making the request.
|
CompletableFuture<ListCardsResponse> |
DefaultCardsApi.listCardsAsync(String cursor,
String customerId,
Boolean includeDisabled,
String referenceId,
String sortOrder)
Retrieves a list of cards owned by the account making the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCardsResponse |
ListCardsResponse.Builder.build()
Builds a new
ListCardsResponse object using the set fields. |
Copyright © 2022. All rights reserved.