| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyEventDeleteReward |
LoyaltyEventDeleteReward.Builder.build()
Builds a new
LoyaltyEventDeleteReward object using the set fields. |
LoyaltyEventDeleteReward |
LoyaltyEvent.getDeleteReward()
Getter for DeleteReward.
|
| Modifier and Type | Method and Description |
|---|---|
LoyaltyEvent.Builder |
LoyaltyEvent.Builder.deleteReward(LoyaltyEventDeleteReward deleteReward)
Setter for deleteReward.
|
| Constructor and Description |
|---|
LoyaltyEvent(String id,
String type,
String createdAt,
String loyaltyAccountId,
String source,
LoyaltyEventAccumulatePoints accumulatePoints,
LoyaltyEventCreateReward createReward,
LoyaltyEventRedeemReward redeemReward,
LoyaltyEventDeleteReward deleteReward,
LoyaltyEventAdjustPoints adjustPoints,
String locationId,
LoyaltyEventExpirePoints expirePoints,
LoyaltyEventOther otherEvent)
Initialization constructor.
|
Copyright © 2022. All rights reserved.