Package com.adyen.model.management
Class MealVoucherFRInfo
- java.lang.Object
-
- com.adyen.model.management.MealVoucherFRInfo
-
public class MealVoucherFRInfo extends Object
MealVoucherFRInfo
-
-
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 MealVoucherFRInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MealVoucherFRInfoaddSubTypesItem(String subTypesItem)MealVoucherFRInfoconecsId(String conecsId)Meal Voucher conecsId.booleanequals(Object o)Return true if this MealVoucherFRInfo object is equal to o.static MealVoucherFRInfofromJson(String jsonString)Create an instance of MealVoucherFRInfo given an JSON stringStringgetConecsId()Meal Voucher conecsId.StringgetSiret()Meal Voucher siret.List<String>getSubTypes()The list of additional payment methods.inthashCode()voidsetConecsId(String conecsId)Meal Voucher conecsId.voidsetSiret(String siret)Meal Voucher siret.voidsetSubTypes(List<String> subTypes)The list of additional payment methods.MealVoucherFRInfosiret(String siret)Meal Voucher siret.MealVoucherFRInfosubTypes(List<String> subTypes)The list of additional payment methods.StringtoJson()Convert an instance of MealVoucherFRInfo 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 MealVoucherFRInfo conecsId(String conecsId)
Meal Voucher conecsId. Format: digits only- Parameters:
conecsId-- Returns:
- the current
MealVoucherFRInfoinstance, allowing for method chaining
-
getConecsId
public String getConecsId()
Meal Voucher conecsId. Format: digits only- Returns:
- conecsId
-
setConecsId
public void setConecsId(String conecsId)
Meal Voucher conecsId. Format: digits only- Parameters:
conecsId-
-
siret
public MealVoucherFRInfo siret(String siret)
Meal Voucher siret. Format: 14 digits.- Parameters:
siret-- Returns:
- the current
MealVoucherFRInfoinstance, allowing for method chaining
-
getSiret
public String getSiret()
Meal Voucher siret. Format: 14 digits.- Returns:
- siret
-
setSiret
public void setSiret(String siret)
Meal Voucher siret. Format: 14 digits.- Parameters:
siret-
-
subTypes
public MealVoucherFRInfo subTypes(List<String> subTypes)
The list of additional payment methods. Allowed values: **mealVoucher_FR_edenred**, **mealVoucher_FR_groupeup**, **mealVoucher_FR_natixis**, **mealVoucher_FR_sodexo**.- Parameters:
subTypes-- Returns:
- the current
MealVoucherFRInfoinstance, allowing for method chaining
-
addSubTypesItem
public MealVoucherFRInfo addSubTypesItem(String subTypesItem)
-
getSubTypes
public List<String> getSubTypes()
The list of additional payment methods. Allowed values: **mealVoucher_FR_edenred**, **mealVoucher_FR_groupeup**, **mealVoucher_FR_natixis**, **mealVoucher_FR_sodexo**.- Returns:
- subTypes
-
setSubTypes
public void setSubTypes(List<String> subTypes)
The list of additional payment methods. Allowed values: **mealVoucher_FR_edenred**, **mealVoucher_FR_groupeup**, **mealVoucher_FR_natixis**, **mealVoucher_FR_sodexo**.- Parameters:
subTypes-
-
equals
public boolean equals(Object o)
Return true if this MealVoucherFRInfo object is equal to o.
-
fromJson
public static MealVoucherFRInfo fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of MealVoucherFRInfo given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MealVoucherFRInfo
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to MealVoucherFRInfo
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of MealVoucherFRInfo to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-