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