| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListLoyaltyPromotionsResponse |
LoyaltyApi.listLoyaltyPromotions(String programId,
String status,
String cursor,
Integer limit)
Lists the loyalty promotions associated with a [loyalty program]($m/LoyaltyProgram).
|
ListLoyaltyPromotionsResponse |
DefaultLoyaltyApi.listLoyaltyPromotions(String programId,
String status,
String cursor,
Integer limit)
Lists the loyalty promotions associated with a [loyalty program]($m/LoyaltyProgram).
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListLoyaltyPromotionsResponse> |
LoyaltyApi.listLoyaltyPromotionsAsync(String programId,
String status,
String cursor,
Integer limit)
Lists the loyalty promotions associated with a [loyalty program]($m/LoyaltyProgram).
|
CompletableFuture<ListLoyaltyPromotionsResponse> |
DefaultLoyaltyApi.listLoyaltyPromotionsAsync(String programId,
String status,
String cursor,
Integer limit)
Lists the loyalty promotions associated with a [loyalty program]($m/LoyaltyProgram).
|
| Modifier and Type | Method and Description |
|---|---|
ListLoyaltyPromotionsResponse |
ListLoyaltyPromotionsResponse.Builder.build()
Builds a new
ListLoyaltyPromotionsResponse object using the set fields. |
Copyright © 2023. All rights reserved.