Package io.voucherify.client.model
Class LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters
java.lang.Object
io.voucherify.client.model.LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters
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
-
LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters
public LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters()
-
-
Method Details
-
loyalty
-
getLoyalty
Get loyalty- Returns:
- loyalty
-
setLoyalty
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters fromJson(String jsonString) throws IOException Create an instance of LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters
- Throws:
IOException- if the JSON string is invalid with respect to LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters
-
toJson
Convert an instance of LoyaltiesRewardsCreateAssignmentItemRequestBodyParameters to an JSON string- Returns:
- JSON string
-