Package io.voucherify.client.model
Class LoyaltiesRewardsCreateAssignmentResponseBodyParameters
java.lang.Object
io.voucherify.client.model.LoyaltiesRewardsCreateAssignmentResponseBodyParameters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LoyaltiesRewardsCreateAssignmentResponseBodyParameters
extends Object
Defines the cost of the reward.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_LOYALTY
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
LoyaltiesRewardsCreateAssignmentResponseBodyParameters
public LoyaltiesRewardsCreateAssignmentResponseBodyParameters()
-
-
Method Details
-
loyalty
-
getLoyalty
Get loyalty- Returns:
- loyalty
-
setLoyalty
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static LoyaltiesRewardsCreateAssignmentResponseBodyParameters fromJson(String jsonString) throws IOException Create an instance of LoyaltiesRewardsCreateAssignmentResponseBodyParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LoyaltiesRewardsCreateAssignmentResponseBodyParameters
- Throws:
IOException- if the JSON string is invalid with respect to LoyaltiesRewardsCreateAssignmentResponseBodyParameters
-
toJson
Convert an instance of LoyaltiesRewardsCreateAssignmentResponseBodyParameters to an JSON string- Returns:
- JSON string
-