public static class LoyaltyEventAccumulatePromotionPoints.Builder extends Object
LoyaltyEventAccumulatePromotionPoints.| Constructor and Description |
|---|
Builder(int points,
String orderId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LoyaltyEventAccumulatePromotionPoints |
build()
Builds a new
LoyaltyEventAccumulatePromotionPoints object using the set fields. |
LoyaltyEventAccumulatePromotionPoints.Builder |
loyaltyProgramId(String loyaltyProgramId)
Setter for loyaltyProgramId.
|
LoyaltyEventAccumulatePromotionPoints.Builder |
loyaltyPromotionId(String loyaltyPromotionId)
Setter for loyaltyPromotionId.
|
LoyaltyEventAccumulatePromotionPoints.Builder |
orderId(String orderId)
Setter for orderId.
|
LoyaltyEventAccumulatePromotionPoints.Builder |
points(int points)
Setter for points.
|
public Builder(int points,
String orderId)
points - int value for points.orderId - String value for orderId.public LoyaltyEventAccumulatePromotionPoints.Builder points(int points)
points - int value for points.public LoyaltyEventAccumulatePromotionPoints.Builder orderId(String orderId)
orderId - String value for orderId.public LoyaltyEventAccumulatePromotionPoints.Builder loyaltyProgramId(String loyaltyProgramId)
loyaltyProgramId - String value for loyaltyProgramId.public LoyaltyEventAccumulatePromotionPoints.Builder loyaltyPromotionId(String loyaltyPromotionId)
loyaltyPromotionId - String value for loyaltyPromotionId.public LoyaltyEventAccumulatePromotionPoints build()
LoyaltyEventAccumulatePromotionPoints object using the set fields.Copyright © 2023. All rights reserved.