Package io.voucherify.client.model
Class RedemptionsListResponseBodyRedemptionsItemOrderCustomer
java.lang.Object
io.voucherify.client.model.RedemptionsListResponseBodyRedemptionsItemOrderCustomer
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class RedemptionsListResponseBodyRedemptionsItemOrderCustomer
extends Object
RedemptionsListResponseBodyRedemptionsItemOrderCustomer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe type of the object represented by JSON. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of RedemptionsListResponseBodyRedemptionsItemOrderCustomer given an JSON stringgetId()A unique identifier of an existing customer.The type of the object represented by JSON.inthashCode()voidvoidtoJson()Convert an instance of RedemptionsListResponseBodyRedemptionsItemOrderCustomer to an JSON stringtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_OBJECT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RedemptionsListResponseBodyRedemptionsItemOrderCustomer
public RedemptionsListResponseBodyRedemptionsItemOrderCustomer()
-
-
Method Details
-
id
-
getId
A unique identifier of an existing customer.- Returns:
- id
-
setId
-
_object
-
getObject
The type of the object represented by JSON.- Returns:
- _object
-
setObject
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static RedemptionsListResponseBodyRedemptionsItemOrderCustomer fromJson(String jsonString) throws IOException Create an instance of RedemptionsListResponseBodyRedemptionsItemOrderCustomer given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RedemptionsListResponseBodyRedemptionsItemOrderCustomer
- Throws:
IOException- if the JSON string is invalid with respect to RedemptionsListResponseBodyRedemptionsItemOrderCustomer
-
toJson
Convert an instance of RedemptionsListResponseBodyRedemptionsItemOrderCustomer to an JSON string- Returns:
- JSON string
-