Class TierPayloadBase
- java.lang.Object
-
- com.inteliqua.rest.customer.payload.loyalty.tier.TierPayloadBase
-
public class TierPayloadBase extends Object
Represents the base payload for a loyalty tier. This class contains common properties that can be used across different tier payloads, specifically the tier's code.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description TierPayloadBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets the code of the loyalty tier.voidsetCode(String code)Sets the code for the loyalty tier.
-