| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyEventExpirePoints |
LoyaltyEventExpirePoints.Builder.build()
Builds a new
LoyaltyEventExpirePoints object using the set fields. |
LoyaltyEventExpirePoints |
LoyaltyEvent.getExpirePoints()
Getter for ExpirePoints.
|
| Modifier and Type | Method and Description |
|---|---|
LoyaltyEvent.Builder |
LoyaltyEvent.Builder.expirePoints(LoyaltyEventExpirePoints expirePoints)
Setter for expirePoints.
|
| 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.