Package | Description |
---|---|
com.squareup.square.models |
Modifier and Type | Method and Description |
---|---|
LoyaltyEventAdjustPoints |
LoyaltyEventAdjustPoints.Builder.build()
Builds a new
LoyaltyEventAdjustPoints object using the set fields. |
LoyaltyEventAdjustPoints |
LoyaltyEvent.getAdjustPoints()
Getter for AdjustPoints.
|
LoyaltyEventAdjustPoints |
AdjustLoyaltyPointsRequest.getAdjustPoints()
Getter for AdjustPoints.
|
Modifier and Type | Method and Description |
---|---|
LoyaltyEvent.Builder |
LoyaltyEvent.Builder.adjustPoints(LoyaltyEventAdjustPoints adjustPoints)
Setter for adjustPoints
|
AdjustLoyaltyPointsRequest.Builder |
AdjustLoyaltyPointsRequest.Builder.adjustPoints(LoyaltyEventAdjustPoints adjustPoints)
Setter for adjustPoints
|
Constructor and Description |
---|
AdjustLoyaltyPointsRequest(String idempotencyKey,
LoyaltyEventAdjustPoints adjustPoints)
Initialization constructor.
|
Builder(String idempotencyKey,
LoyaltyEventAdjustPoints adjustPoints)
Initialization constructor
|
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 © 2020. All rights reserved.