Class AccountingTaxRate


  • public class AccountingTaxRate
    extends java.lang.Object
    • Constructor Detail

      • AccountingTaxRate

        public AccountingTaxRate​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId,
                                 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                                 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code,
                                 org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage,
                                 org.openapitools.jackson.nullable.JsonNullable<? extends AccountingTaxRateActive> active)
      • AccountingTaxRate

        public AccountingTaxRate()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • companyId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId()
        ID of the company this tax rate belongs to
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        Name of the tax rate
      • code

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code()
        External system's tax code
      • percentage

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage()
        Tax rate percentage
      • active

        public org.openapitools.jackson.nullable.JsonNullable<AccountingTaxRateActive> active()
        Whether the tax rate is active
      • withId

        public AccountingTaxRate withId​(java.lang.String id)
        Unique identifier
      • withId

        public AccountingTaxRate withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public AccountingTaxRate withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public AccountingTaxRate withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withCompanyId

        public AccountingTaxRate withCompanyId​(java.lang.String companyId)
        ID of the company this tax rate belongs to
      • withCompanyId

        public AccountingTaxRate withCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
        ID of the company this tax rate belongs to
      • withName

        public AccountingTaxRate withName​(java.lang.String name)
        Name of the tax rate
      • withName

        public AccountingTaxRate withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Name of the tax rate
      • withCode

        public AccountingTaxRate withCode​(java.lang.String code)
        External system's tax code
      • withCode

        public AccountingTaxRate withCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
        External system's tax code
      • withPercentage

        public AccountingTaxRate withPercentage​(double percentage)
        Tax rate percentage
      • withPercentage

        public AccountingTaxRate withPercentage​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)
        Tax rate percentage
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object