Package com.adyen.model.management
Class MealVoucherFRResponseInfo
- java.lang.Object
-
- com.adyen.model.management.MealVoucherFRResponseInfo
-
public class MealVoucherFRResponseInfo extends Object
MealVoucherFRResponseInfo
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONECS_IDstatic StringJSON_PROPERTY_SIRETstatic StringJSON_PROPERTY_SUB_TYPES
-
Constructor Summary
Constructors Constructor Description MealVoucherFRResponseInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MealVoucherFRResponseInfoaddSubTypesItem(String subTypesItem)MealVoucherFRResponseInfoconecsId(String conecsId)Meal Voucher conecsId.booleanequals(Object o)Return true if this MealVoucherFRResponseInfo object is equal to o.static MealVoucherFRResponseInfofromJson(String jsonString)Create an instance of MealVoucherFRResponseInfo given an JSON stringStringgetConecsId()Meal Voucher conecsId.Map<String,Object>getExplicitNulls()Returns a map of properties to be merged into the JSON payload as explicit null values.StringgetSiret()Meal Voucher siret.List<String>getSubTypes()The list of additional payment methods.inthashCode()MealVoucherFRResponseInfoincludeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.booleanisIncludeNullValues()Returns whether null values are explicitly serialized in the JSON payload.voidsetConecsId(String conecsId)Meal Voucher conecsId.voidsetIncludeNullValues(boolean includeNullValues)Sets whether null values should be explicitly serialized in the JSON payload.voidsetSiret(String siret)Meal Voucher siret.voidsetSubTypes(List<String> subTypes)The list of additional payment methods.MealVoucherFRResponseInfosiret(String siret)Meal Voucher siret.MealVoucherFRResponseInfosubTypes(List<String> subTypes)The list of additional payment methods.StringtoJson()Convert an instance of MealVoucherFRResponseInfo to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONECS_ID
public static final String JSON_PROPERTY_CONECS_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SIRET
public static final String JSON_PROPERTY_SIRET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUB_TYPES
public static final String JSON_PROPERTY_SUB_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
conecsId
public MealVoucherFRResponseInfo conecsId(String conecsId)
Meal Voucher conecsId.- Parameters:
conecsId- Meal Voucher conecsId.- Returns:
- the current
MealVoucherFRResponseInfoinstance, allowing for method chaining
-
getConecsId
public String getConecsId()
Meal Voucher conecsId.- Returns:
- conecsId Meal Voucher conecsId.
-
setConecsId
public void setConecsId(String conecsId)
Meal Voucher conecsId.- Parameters:
conecsId- Meal Voucher conecsId.
-
siret
public MealVoucherFRResponseInfo siret(String siret)
Meal Voucher siret.- Parameters:
siret- Meal Voucher siret.- Returns:
- the current
MealVoucherFRResponseInfoinstance, allowing for method chaining
-
getSiret
public String getSiret()
Meal Voucher siret.- Returns:
- siret Meal Voucher siret.
-
setSiret
public void setSiret(String siret)
Meal Voucher siret.- Parameters:
siret- Meal Voucher siret.
-
subTypes
public MealVoucherFRResponseInfo subTypes(List<String> subTypes)
The list of additional payment methods.- Parameters:
subTypes- The list of additional payment methods.- Returns:
- the current
MealVoucherFRResponseInfoinstance, allowing for method chaining
-
addSubTypesItem
public MealVoucherFRResponseInfo addSubTypesItem(String subTypesItem)
-
getSubTypes
public List<String> getSubTypes()
The list of additional payment methods.- Returns:
- subTypes The list of additional payment methods.
-
setSubTypes
public void setSubTypes(List<String> subTypes)
The list of additional payment methods.- Parameters:
subTypes- The list of additional payment methods.
-
includeNullValues
public MealVoucherFRResponseInfo includeNullValues(boolean includeNullValues)
Configures whether null values are explicitly serialized in the JSON payload. Default is false.
-
isIncludeNullValues
public boolean isIncludeNullValues()
Returns whether null values are explicitly serialized in the JSON payload.
-
setIncludeNullValues
public void setIncludeNullValues(boolean includeNullValues)
Sets whether null values should be explicitly serialized in the JSON payload. Default is false.
-
equals
public boolean equals(Object o)
Return true if this MealVoucherFRResponseInfo object is equal to o.
-
getExplicitNulls
public Map<String,Object> getExplicitNulls()
Returns a map of properties to be merged into the JSON payload as explicit null values.
-
fromJson
public static MealVoucherFRResponseInfo fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of MealVoucherFRResponseInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MealVoucherFRResponseInfo
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to MealVoucherFRResponseInfo
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of MealVoucherFRResponseInfo to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-