Class MealVoucherFRInfo


  • public class MealVoucherFRInfo
    extends Object
    MealVoucherFRInfo
    • Constructor Detail

      • MealVoucherFRInfo

        public MealVoucherFRInfo()
    • Method Detail

      • conecsId

        public MealVoucherFRInfo conecsId​(String conecsId)
        Meal Voucher conecsId. Format: digits only
        Parameters:
        conecsId -
        Returns:
        the current MealVoucherFRInfo instance, 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 MealVoucherFRInfo instance, 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 MealVoucherFRInfo instance, allowing for method chaining
      • 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.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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