Enum Class LoyaltyTiersExpirationAllExpirationDate.TypeEnum

java.lang.Object
java.lang.Enum<LoyaltyTiersExpirationAllExpirationDate.TypeEnum>
io.voucherify.client.model.LoyaltyTiersExpirationAllExpirationDate.TypeEnum
All Implemented Interfaces:
Serializable, Comparable<LoyaltyTiersExpirationAllExpirationDate.TypeEnum>, Constable
Enclosing class:
LoyaltyTiersExpirationAllExpirationDate

public static enum LoyaltyTiersExpirationAllExpirationDate.TypeEnum extends Enum<LoyaltyTiersExpirationAllExpirationDate.TypeEnum>
What triggers the tier to expire for a customer. `END_OF_PERIOD`: Expire tier at the end of the period. `END_OF_NEXT_PERIOD`: Expire tier at the end of the next period. `BALANCE_DROP`: Tier expires when the points balance drops below the required range of the tier. `CUSTOM`: Tier expires after a certain time period passes following the instance the points balance drops below the required range of the tier.