Class AccountingTaxRateResultData.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingTaxRateResultData.Builder
-
- Enclosing class:
- AccountingTaxRateResultData
public static final class AccountingTaxRateResultData.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingTaxRateResultData.Builderactive(AccountingTaxRateResultActive active)Whether the tax rate is activeAccountingTaxRateResultData.Builderactive(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingTaxRateResultActive> active)Whether the tax rate is activeAccountingTaxRateResultDatabuild()AccountingTaxRateResultData.Buildercode(java.lang.String code)External system's tax codeAccountingTaxRateResultData.Buildercode(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)External system's tax codeAccountingTaxRateResultData.BuildercompanyId(java.lang.String companyId)ID of the company this tax rate belongs toAccountingTaxRateResultData.BuildercompanyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)ID of the company this tax rate belongs toAccountingTaxRateResultData.Builderid(java.lang.String id)Unique identifierAccountingTaxRateResultData.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAccountingTaxRateResultData.Buildername(java.lang.String name)Name of the tax rateAccountingTaxRateResultData.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the tax rateAccountingTaxRateResultData.Builderpercentage(double percentage)Tax rate percentageAccountingTaxRateResultData.Builderpercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)Tax rate percentageAccountingTaxRateResultData.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierAccountingTaxRateResultData.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public AccountingTaxRateResultData.Builder id(java.lang.String id)
Unique identifier
-
id
public AccountingTaxRateResultData.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public AccountingTaxRateResultData.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public AccountingTaxRateResultData.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
companyId
public AccountingTaxRateResultData.Builder companyId(java.lang.String companyId)
ID of the company this tax rate belongs to
-
companyId
public AccountingTaxRateResultData.Builder companyId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
ID of the company this tax rate belongs to
-
name
public AccountingTaxRateResultData.Builder name(java.lang.String name)
Name of the tax rate
-
name
public AccountingTaxRateResultData.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name of the tax rate
-
code
public AccountingTaxRateResultData.Builder code(java.lang.String code)
External system's tax code
-
code
public AccountingTaxRateResultData.Builder code(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
External system's tax code
-
percentage
public AccountingTaxRateResultData.Builder percentage(double percentage)
Tax rate percentage
-
percentage
public AccountingTaxRateResultData.Builder percentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)
Tax rate percentage
-
active
public AccountingTaxRateResultData.Builder active(AccountingTaxRateResultActive active)
Whether the tax rate is active
-
active
public AccountingTaxRateResultData.Builder active(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingTaxRateResultActive> active)
Whether the tax rate is active
-
build
public AccountingTaxRateResultData build()
-
-