Class AccountingStringComponentValue


  • @Generated("jsonschema2pojo")
    public class AccountingStringComponentValue
    extends Object
    Accounting String Component Values

    The accounting string details of the line item.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Accounting String Component Values.")
        private String id
        ID

        The global identifier for the Accounting String Component Values. (Required)

    • Constructor Detail

      • AccountingStringComponentValue

        public AccountingStringComponentValue()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Accounting String Component Values. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Accounting String Component Values. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object