public static class LoyaltyEventAccumulatePoints.Builder extends Object
LoyaltyEventAccumulatePoints.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyEventAccumulatePoints |
build()
Builds a new
LoyaltyEventAccumulatePoints object using the set fields. |
LoyaltyEventAccumulatePoints.Builder |
loyaltyProgramId(String loyaltyProgramId)
Setter for loyaltyProgramId.
|
LoyaltyEventAccumulatePoints.Builder |
orderId(String orderId)
Setter for orderId.
|
LoyaltyEventAccumulatePoints.Builder |
points(Integer points)
Setter for points.
|
public LoyaltyEventAccumulatePoints.Builder loyaltyProgramId(String loyaltyProgramId)
loyaltyProgramId - String value for loyaltyProgramId.public LoyaltyEventAccumulatePoints.Builder points(Integer points)
points - Integer value for points.public LoyaltyEventAccumulatePoints.Builder orderId(String orderId)
orderId - String value for orderId.public LoyaltyEventAccumulatePoints build()
LoyaltyEventAccumulatePoints object using the set fields.LoyaltyEventAccumulatePointsCopyright © 2022. All rights reserved.