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