Package io.voucherify.client.model
Class LoyaltyTiersExpirationAllStartDate
java.lang.Object
io.voucherify.client.model.LoyaltyTiersExpirationAllStartDate
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LoyaltyTiersExpirationAllStartDate
extends Object
Defines the conditions for the start date of the tier.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumWhat triggers the tier to be valid for a customer. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
LoyaltyTiersExpirationAllStartDate
public LoyaltyTiersExpirationAllStartDate()
-
-
Method Details
-
type
-
getType
What triggers the tier to be valid for a customer. `IMMEDIATE`: After reaching the minimum required points. `NEXT_PERIOD`: When the next qualification period starts.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of LoyaltyTiersExpirationAllStartDate given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LoyaltyTiersExpirationAllStartDate
- Throws:
IOException- if the JSON string is invalid with respect to LoyaltyTiersExpirationAllStartDate
-
toJson
Convert an instance of LoyaltyTiersExpirationAllStartDate to an JSON string- Returns:
- JSON string
-