Class GivingCodeDetail

    • Field Detail

      • givingCode

        @JsonPropertyDescription("The giving code associated with the contribution.")
        private GivingCode givingCode
        Giving Code

        The giving code associated with the contribution. (Required)

      • amount

        @JsonPropertyDescription("The amount associated with the giving code.")
        private Object amount
        Amount

        The amount associated with the giving code.

      • designation

        @JsonPropertyDescription("The designation associated with the giving code.")
        private Object designation
        Designation

        The designation associated with the giving code.

    • Constructor Detail

      • GivingCodeDetail

        public GivingCodeDetail()
    • Method Detail

      • getGivingCode

        public GivingCode getGivingCode()
        Giving Code

        The giving code associated with the contribution. (Required)

      • setGivingCode

        public void setGivingCode​(GivingCode givingCode)
        Giving Code

        The giving code associated with the contribution. (Required)

      • getAmount

        public Object getAmount()
        Amount

        The amount associated with the giving code.

      • setAmount

        public void setAmount​(Object amount)
        Amount

        The amount associated with the giving code.

      • getDesignation

        public Object getDesignation()
        Designation

        The designation associated with the giving code.

      • setDesignation

        public void setDesignation​(Object designation)
        Designation

        The designation associated with the giving code.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object