| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListGiftCardsResponse |
GiftCardsApi.listGiftCards(String type,
String state,
Integer limit,
String cursor,
String customerId)
Lists all gift cards.
|
ListGiftCardsResponse |
DefaultGiftCardsApi.listGiftCards(String type,
String state,
Integer limit,
String cursor,
String customerId)
Lists all gift cards.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListGiftCardsResponse> |
GiftCardsApi.listGiftCardsAsync(String type,
String state,
Integer limit,
String cursor,
String customerId)
Lists all gift cards.
|
CompletableFuture<ListGiftCardsResponse> |
DefaultGiftCardsApi.listGiftCardsAsync(String type,
String state,
Integer limit,
String cursor,
String customerId)
Lists all gift cards.
|
| Modifier and Type | Method and Description |
|---|---|
ListGiftCardsResponse |
ListGiftCardsResponse.Builder.build()
Builds a new
ListGiftCardsResponse object using the set fields. |
Copyright © 2022. All rights reserved.