Class TaxCode


  • @Generated("jsonschema2pojo")
    public class TaxCode
    extends Object
    Tax Codes

    The tax codes applicable to the line item.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Tax Codes.")
        private String id
        ID

        The global identifier for the Tax Codes. (Required)

    • Constructor Detail

      • TaxCode

        public TaxCode()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Tax Codes. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Tax Codes. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object