Class AccountingTaxRateResultData
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingTaxRateResultData
-
public class AccountingTaxRateResultData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingTaxRateResultData.Builder
-
Constructor Summary
Constructors Constructor Description AccountingTaxRateResultData()AccountingTaxRateResultData(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 AccountingTaxRateResultActive> active)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<AccountingTaxRateResultActive>active()Whether the tax rate is activestatic AccountingTaxRateResultData.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>code()External system's tax codeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>companyId()ID of the company this tax rate belongs tobooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Name of the tax rateorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>percentage()Tax rate percentageorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()AccountingTaxRateResultDatawithActive(AccountingTaxRateResultActive active)Whether the tax rate is activeAccountingTaxRateResultDatawithActive(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingTaxRateResultActive> active)Whether the tax rate is activeAccountingTaxRateResultDatawithCode(java.lang.String code)External system's tax codeAccountingTaxRateResultDatawithCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)External system's tax codeAccountingTaxRateResultDatawithCompanyId(java.lang.String companyId)ID of the company this tax rate belongs toAccountingTaxRateResultDatawithCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)ID of the company this tax rate belongs toAccountingTaxRateResultDatawithId(java.lang.String id)Unique identifierAccountingTaxRateResultDatawithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAccountingTaxRateResultDatawithName(java.lang.String name)Name of the tax rateAccountingTaxRateResultDatawithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the tax rateAccountingTaxRateResultDatawithPercentage(double percentage)Tax rate percentageAccountingTaxRateResultDatawithPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)Tax rate percentageAccountingTaxRateResultDatawithRemoteId(java.lang.String remoteId)Provider's unique identifierAccountingTaxRateResultDatawithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
AccountingTaxRateResultData
public AccountingTaxRateResultData(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 AccountingTaxRateResultActive> active)
-
AccountingTaxRateResultData
public AccountingTaxRateResultData()
-
-
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<AccountingTaxRateResultActive> active()
Whether the tax rate is active
-
builder
public static AccountingTaxRateResultData.Builder builder()
-
withId
public AccountingTaxRateResultData withId(java.lang.String id)
Unique identifier
-
withId
public AccountingTaxRateResultData withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public AccountingTaxRateResultData withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AccountingTaxRateResultData withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withCompanyId
public AccountingTaxRateResultData withCompanyId(java.lang.String companyId)
ID of the company this tax rate belongs to
-
withCompanyId
public AccountingTaxRateResultData withCompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
ID of the company this tax rate belongs to
-
withName
public AccountingTaxRateResultData withName(java.lang.String name)
Name of the tax rate
-
withName
public AccountingTaxRateResultData withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name of the tax rate
-
withCode
public AccountingTaxRateResultData withCode(java.lang.String code)
External system's tax code
-
withCode
public AccountingTaxRateResultData withCode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
External system's tax code
-
withPercentage
public AccountingTaxRateResultData withPercentage(double percentage)
Tax rate percentage
-
withPercentage
public AccountingTaxRateResultData withPercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)
Tax rate percentage
-
withActive
public AccountingTaxRateResultData withActive(AccountingTaxRateResultActive active)
Whether the tax rate is active
-
withActive
public AccountingTaxRateResultData withActive(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingTaxRateResultActive> active)
Whether the tax rate is active
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-