Package io.voucherify.client.model
Class ParameterFiltersListCustomerRedeemablesVoucherType
java.lang.Object
io.voucherify.client.model.ParameterFiltersListCustomerRedeemablesVoucherType
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ParameterFiltersListCustomerRedeemablesVoucherType
extends Object
Type of the voucher. Allowed values: `DISCOUNT_VOUCHER`, `GIFT_VOUCHER`, `LOYALTY_CARD`.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ParameterFiltersListCustomerRedeemablesVoucherType
public ParameterFiltersListCustomerRedeemablesVoucherType()
-
-
Method Details
-
conditions
public ParameterFiltersListCustomerRedeemablesVoucherType conditions(ParameterFiltersListCustomerRedeemablesVoucherTypeConditions conditions) -
getConditions
Get conditions- Returns:
- conditions
-
setConditions
-
equals
-
hashCode
public int hashCode() -
toString
-
fromJson
public static ParameterFiltersListCustomerRedeemablesVoucherType fromJson(String jsonString) throws IOException Create an instance of ParameterFiltersListCustomerRedeemablesVoucherType given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ParameterFiltersListCustomerRedeemablesVoucherType
- Throws:
IOException- if the JSON string is invalid with respect to ParameterFiltersListCustomerRedeemablesVoucherType
-
toJson
Convert an instance of ParameterFiltersListCustomerRedeemablesVoucherType to an JSON string- Returns:
- JSON string
-