| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
AdjustLoyaltyPointsResponse |
LoyaltyApi.adjustLoyaltyPoints(String accountId,
AdjustLoyaltyPointsRequest body)
Adds points to or subtracts points from a buyer's account.
|
AdjustLoyaltyPointsResponse |
DefaultLoyaltyApi.adjustLoyaltyPoints(String accountId,
AdjustLoyaltyPointsRequest body)
Adds points to or subtracts points from a buyer's account.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AdjustLoyaltyPointsResponse> |
LoyaltyApi.adjustLoyaltyPointsAsync(String accountId,
AdjustLoyaltyPointsRequest body)
Adds points to or subtracts points from a buyer's account.
|
CompletableFuture<AdjustLoyaltyPointsResponse> |
DefaultLoyaltyApi.adjustLoyaltyPointsAsync(String accountId,
AdjustLoyaltyPointsRequest body)
Adds points to or subtracts points from a buyer's account.
|
| Modifier and Type | Method and Description |
|---|---|
AdjustLoyaltyPointsResponse |
AdjustLoyaltyPointsResponse.Builder.build()
Builds a new
AdjustLoyaltyPointsResponse object using the set fields. |
Copyright © 2022. All rights reserved.