Class SimpleTaxRecord

    • Constructor Detail

      • SimpleTaxRecord

        public SimpleTaxRecord()
    • Method Detail

      • getCountryDefault

        public Boolean getCountryDefault()
        Whether this record is the default for the mapped country.
        Returns:
        Whether this record is the default for the mapped country.
      • getVat

        public Boolean getVat()
        True if this is a VAT tax
      • getStateProvinceRegion

        public String getStateProvinceRegion()
        This state, province, or region for this record.
        Returns:
        This state, province, or region for this record.
      • getCity

        public String getCity()
        This city for this record.
        Returns:
        This city for this record.
      • getPostalCode

        public String getPostalCode()
        This postal code for this record.
        Returns:
        This postal code for this record.
      • getRate

        public Double getRate()
        The rate for this record. Used to calculate taxes for an item.
        Returns:
        The rate for this record. Used to calculate taxes for an item.
      • setCountryDefault

        public void setCountryDefault​(Boolean countryDefault)
        Whether this record is the default for the mapped country.
        Parameters:
        countryDefault - Whether this record is the default for the mapped country.
      • setVat

        public void setVat​(Boolean vat)
        True if this is a VAT tax
      • setStateProvinceRegion

        public void setStateProvinceRegion​(String stateProvinceRegion)
        This state, province, or region for this record.
        Parameters:
        stateProvinceRegion - This state, province, or region for this record.
      • setCity

        public void setCity​(String city)
        This city for this record.
        Parameters:
        city - This city for this record.
      • setPostalCode

        public void setPostalCode​(String postalCode)
        This postal code for this record.
        Parameters:
        postalCode - This postal code for this record.
      • setRate

        public void setRate​(Double rate)
        The rate for this record. Used to calculate taxes for an item.
        Parameters:
        rate - The rate for this record. Used to calculate taxes for an item.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object