| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyEvent |
LoyaltyEvent.Builder.build()
Builds a new
LoyaltyEvent object using the set fields. |
LoyaltyEvent |
RedeemLoyaltyRewardResponse.getEvent()
Getter for Event.
|
LoyaltyEvent |
AccumulateLoyaltyPointsResponse.getEvent()
Getter for Event.
|
LoyaltyEvent |
AdjustLoyaltyPointsResponse.getEvent()
Getter for Event.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoyaltyEvent> |
SearchLoyaltyEventsResponse.getEvents()
Getter for Events.
|
| Modifier and Type | Method and Description |
|---|---|
RedeemLoyaltyRewardResponse.Builder |
RedeemLoyaltyRewardResponse.Builder.event(LoyaltyEvent event)
Setter for event.
|
AccumulateLoyaltyPointsResponse.Builder |
AccumulateLoyaltyPointsResponse.Builder.event(LoyaltyEvent event)
Setter for event.
|
AdjustLoyaltyPointsResponse.Builder |
AdjustLoyaltyPointsResponse.Builder.event(LoyaltyEvent event)
Setter for event.
|
| Modifier and Type | Method and Description |
|---|---|
SearchLoyaltyEventsResponse.Builder |
SearchLoyaltyEventsResponse.Builder.events(List<LoyaltyEvent> events)
Setter for events.
|
| Constructor and Description |
|---|
AccumulateLoyaltyPointsResponse(List<Error> errors,
LoyaltyEvent event)
Initialization constructor.
|
AdjustLoyaltyPointsResponse(List<Error> errors,
LoyaltyEvent event)
Initialization constructor.
|
RedeemLoyaltyRewardResponse(List<Error> errors,
LoyaltyEvent event)
Initialization constructor.
|
| Constructor and Description |
|---|
SearchLoyaltyEventsResponse(List<Error> errors,
List<LoyaltyEvent> events,
String cursor)
Initialization constructor.
|
Copyright © 2022. All rights reserved.