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