Class TaxCode


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

    A tax code applicable to the invoice.

    • Field Detail

      • id

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

        The global identifier for the Tax Code. (Required)

    • Constructor Detail

      • TaxCode

        public TaxCode()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Tax Code. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Tax Code. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object