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