| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteLoyaltyRewardResponse |
LoyaltyApi.deleteLoyaltyReward(String rewardId)
Deletes a loyalty reward by doing the following: - Returns the loyalty points back to the
loyalty account.
|
DeleteLoyaltyRewardResponse |
DefaultLoyaltyApi.deleteLoyaltyReward(String rewardId)
Deletes a loyalty reward by doing the following: - Returns the loyalty points back to the
loyalty account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteLoyaltyRewardResponse> |
LoyaltyApi.deleteLoyaltyRewardAsync(String rewardId)
Deletes a loyalty reward by doing the following: - Returns the loyalty points back to the
loyalty account.
|
CompletableFuture<DeleteLoyaltyRewardResponse> |
DefaultLoyaltyApi.deleteLoyaltyRewardAsync(String rewardId)
Deletes a loyalty reward by doing the following: - Returns the loyalty points back to the
loyalty account.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLoyaltyRewardResponse |
DeleteLoyaltyRewardResponse.Builder.build()
Builds a new
DeleteLoyaltyRewardResponse object using the set fields. |
Copyright © 2022. All rights reserved.