Class AdvancementMembershipProgramDiscounts


  • @Generated("jsonschema2pojo")
    public class AdvancementMembershipProgramDiscounts
    extends Object
    Advancement Membership Program Discounts

    This entity contains information about discounts for advancement membership programs.

    • 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 advancement membership program discount.")
        private String id
        ID

        The global identifier of the advancement membership program discount. (Required)

      • title

        @JsonPropertyDescription("The full name of the advancement membership program discount.")
        private String title
        Title

        The full name of the advancement membership program discount. (Required)

      • description

        @JsonPropertyDescription("The description of the advancement membership program discount.")
        private String description
        Description

        The description of the advancement membership program discount.

      • discount

        @JsonPropertyDescription("The discount available for membership programs.")
        private Object discount
        Discount

        The discount available for membership programs. (Required)

    • Constructor Detail

      • AdvancementMembershipProgramDiscounts

        public AdvancementMembershipProgramDiscounts()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the advancement membership program discount. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the advancement membership program discount. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the advancement membership program discount. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the advancement membership program discount. (Required)

      • getDescription

        public String getDescription()
        Description

        The description of the advancement membership program discount.

      • setDescription

        public void setDescription​(String description)
        Description

        The description of the advancement membership program discount.

      • getDiscount

        public Object getDiscount()
        Discount

        The discount available for membership programs. (Required)

      • setDiscount

        public void setDiscount​(Object discount)
        Discount

        The discount available for membership programs. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object