Class ConstituentPersonIncomeLevels


  • @Generated("jsonschema2pojo")
    public class ConstituentPersonIncomeLevels
    extends Object
    Constituent Person Income Levels

    A list of valid levels of income for constituent persons

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the income level")
        private String id
        ID

        The global identifier of the income level (Required)

      • title

        @JsonPropertyDescription("The full name of the income level")
        private String title
        Title

        The full name of the income level (Required)

      • code

        @JsonPropertyDescription("The code of the income level")
        private String code
        Code

        The code of the income level

    • Constructor Detail

      • ConstituentPersonIncomeLevels

        public ConstituentPersonIncomeLevels()