Class AccountDetail

    • Field Detail

      • sequenceNumber

        @JsonPropertyDescription("The sequence number associated with the account detail item.")
        private Object sequenceNumber
        Sequence Number

        The sequence number associated with the account detail item.

      • accountingString

        @JsonPropertyDescription("The accounting string associated with the account detail item.")
        private String accountingString
        Accounting String

        The accounting string associated with the account detail item. (Required)

      • allocation

        @JsonPropertyDescription("The allocation of line item values to the accounting string.")
        private Allocation allocation
        Allocation

        The allocation of line item values to the accounting string. (Required)

      • source

        @JsonPropertyDescription("The source account for the payment to the accounting string if different from the source specified for the invoice.")
        private Object source
        Source

        The source account for the payment to the accounting string if different from the source specified for the invoice.

      • budgetCheck

        @JsonPropertyDescription("An indication that budget checking should be overridden for the accounting string.")
        private Object budgetCheck
        Budget Check

        An indication that budget checking should be overridden for the accounting string.

      • submittedBy

        @JsonPropertyDescription("The person who made the submit request for the line item.")
        private Object submittedBy
        Submitted By

        The person who made the submit request for the line item.

    • Constructor Detail

      • AccountDetail

        public AccountDetail()
    • Method Detail

      • getSequenceNumber

        public Object getSequenceNumber()
        Sequence Number

        The sequence number associated with the account detail item.

      • setSequenceNumber

        public void setSequenceNumber​(Object sequenceNumber)
        Sequence Number

        The sequence number associated with the account detail item.

      • getAccountingString

        public String getAccountingString()
        Accounting String

        The accounting string associated with the account detail item. (Required)

      • setAccountingString

        public void setAccountingString​(String accountingString)
        Accounting String

        The accounting string associated with the account detail item. (Required)

      • withAccountingString

        public AccountDetail withAccountingString​(String accountingString)
      • getAllocation

        public Allocation getAllocation()
        Allocation

        The allocation of line item values to the accounting string. (Required)

      • setAllocation

        public void setAllocation​(Allocation allocation)
        Allocation

        The allocation of line item values to the accounting string. (Required)

      • getSource

        public Object getSource()
        Source

        The source account for the payment to the accounting string if different from the source specified for the invoice.

      • setSource

        public void setSource​(Object source)
        Source

        The source account for the payment to the accounting string if different from the source specified for the invoice.

      • getBudgetCheck

        public Object getBudgetCheck()
        Budget Check

        An indication that budget checking should be overridden for the accounting string.

      • setBudgetCheck

        public void setBudgetCheck​(Object budgetCheck)
        Budget Check

        An indication that budget checking should be overridden for the accounting string.

      • getSubmittedBy

        public Object getSubmittedBy()
        Submitted By

        The person who made the submit request for the line item.

      • setSubmittedBy

        public void setSubmittedBy​(Object submittedBy)
        Submitted By

        The person who made the submit request for the line item.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object