| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CancelLoyaltyPromotionResponse |
LoyaltyApi.cancelLoyaltyPromotion(String promotionId,
String programId)
Cancels a loyalty promotion.
|
CancelLoyaltyPromotionResponse |
DefaultLoyaltyApi.cancelLoyaltyPromotion(String promotionId,
String programId)
Cancels a loyalty promotion.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CancelLoyaltyPromotionResponse> |
LoyaltyApi.cancelLoyaltyPromotionAsync(String promotionId,
String programId)
Cancels a loyalty promotion.
|
CompletableFuture<CancelLoyaltyPromotionResponse> |
DefaultLoyaltyApi.cancelLoyaltyPromotionAsync(String promotionId,
String programId)
Cancels a loyalty promotion.
|
| Modifier and Type | Method and Description |
|---|---|
CancelLoyaltyPromotionResponse |
CancelLoyaltyPromotionResponse.Builder.build()
Builds a new
CancelLoyaltyPromotionResponse object using the set fields. |
Copyright © 2023. All rights reserved.