Class Tax__1

    • Field Detail

      • taxCode

        @JsonPropertyDescription("A tax code that applies to the line item.")
        private TaxCode__1 taxCode
        Tax Code

        A tax code that applies to the line item. (Required)

      • vendorAmount

        @JsonPropertyDescription("The amount of taxes for the line item based on the tax code as specified by the vendor.")
        private Object vendorAmount
        Vendor Amount

        The amount of taxes for the line item based on the tax code as specified by the vendor.

      • taxCodeRates

        @JsonPropertyDescription("The tax code rate(s) that apply to the line item.")
        private List<TaxCodeRate> taxCodeRates
        Tax Code Rates

        The tax code rate(s) that apply to the line item.

    • Constructor Detail

      • Tax__1

        public Tax__1()
    • Method Detail

      • getTaxCode

        public TaxCode__1 getTaxCode()
        Tax Code

        A tax code that applies to the line item. (Required)

      • setTaxCode

        public void setTaxCode​(TaxCode__1 taxCode)
        Tax Code

        A tax code that applies to the line item. (Required)

      • getVendorAmount

        public Object getVendorAmount()
        Vendor Amount

        The amount of taxes for the line item based on the tax code as specified by the vendor.

      • setVendorAmount

        public void setVendorAmount​(Object vendorAmount)
        Vendor Amount

        The amount of taxes for the line item based on the tax code as specified by the vendor.

      • withVendorAmount

        public Tax__1 withVendorAmount​(Object vendorAmount)
      • getTaxCodeRates

        public List<TaxCodeRate> getTaxCodeRates()
        Tax Code Rates

        The tax code rate(s) that apply to the line item.

      • setTaxCodeRates

        public void setTaxCodeRates​(List<TaxCodeRate> taxCodeRates)
        Tax Code Rates

        The tax code rate(s) that apply to the line item.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object