Class Allocated


  • @Generated("jsonschema2pojo")
    public class Allocated
    extends Object
    Allocated

    The portion (or percentage) of the line item amount or quantity allocated to the accounting string. (One of amount, quantity or percent must be specified)

    • Field Detail

      • amount

        @JsonPropertyDescription("The amount allocated to the accounting string.")
        private Object amount
        Amount

        The amount allocated to the accounting string.

      • quantity

        @JsonPropertyDescription("The quantity allocated to the accounting string.")
        private Object quantity
        Quantity

        The quantity allocated to the accounting string.

      • percentage

        @JsonPropertyDescription("The percentage of the line item amount allocated to the accounting string.")
        private Object percentage
        Percentage

        The percentage of the line item amount allocated to the accounting string.

    • Constructor Detail

      • Allocated

        public Allocated()
    • Method Detail

      • getAmount

        public Object getAmount()
        Amount

        The amount allocated to the accounting string.

      • setAmount

        public void setAmount​(Object amount)
        Amount

        The amount allocated to the accounting string.

      • getQuantity

        public Object getQuantity()
        Quantity

        The quantity allocated to the accounting string.

      • setQuantity

        public void setQuantity​(Object quantity)
        Quantity

        The quantity allocated to the accounting string.

      • getPercentage

        public Object getPercentage()
        Percentage

        The percentage of the line item amount allocated to the accounting string.

      • setPercentage

        public void setPercentage​(Object percentage)
        Percentage

        The percentage of the line item amount allocated to the accounting string.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object