Package io.voucherify.client.model
Class LoyaltyTierConfig
java.lang.Object
io.voucherify.client.model.LoyaltyTierConfig
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LoyaltyTierConfig
extends Object
Defines loyalty tier range in points.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic LoyaltyTierConfigCreate an instance of LoyaltyTierConfig given an JSON stringGet pointsinthashCode()points(LoyaltyTierConfigPoints points) voidsetPoints(LoyaltyTierConfigPoints points) toJson()Convert an instance of LoyaltyTierConfig to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_POINTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
LoyaltyTierConfig
public LoyaltyTierConfig()
-
-
Method Details
-
points
-
getPoints
Get points- Returns:
- points
-
setPoints
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
Create an instance of LoyaltyTierConfig given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LoyaltyTierConfig
- Throws:
IOException- if the JSON string is invalid with respect to LoyaltyTierConfig
-
toJson
Convert an instance of LoyaltyTierConfig to an JSON string- Returns:
- JSON string
-