Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TaxInfo |
build() |
TaxInfo.Builder |
copy(TaxInfo model) |
TaxInfo.Builder |
giro(String giro)
Companies’ GIRO code
|
TaxInfo.Builder |
noTaxReasonCode(String noTaxReasonCode)
Tax exemption reason code.
|
TaxInfo.Builder |
noTaxReasonCodeDetails(String noTaxReasonCodeDetails)
Tax exemption reason description.
|
TaxInfo.Builder |
taxCnpj(String taxCnpj)
Brazilian companies’ CNPJ number.
|
TaxInfo.Builder |
taxPayerId(String taxPayerId)
Tay payer identifier.
|
TaxInfo.Builder |
taxRegNumber(String taxRegNumber)
Tax registration number.
|
public TaxInfo.Builder taxPayerId(String taxPayerId)
Tay payer identifier.
taxPayerId
- the value to setpublic TaxInfo.Builder taxRegNumber(String taxRegNumber)
Tax registration number.
taxRegNumber
- the value to setpublic TaxInfo.Builder noTaxReasonCode(String noTaxReasonCode)
Tax exemption reason code.
noTaxReasonCode
- the value to setpublic TaxInfo.Builder noTaxReasonCodeDetails(String noTaxReasonCodeDetails)
Tax exemption reason description.
noTaxReasonCodeDetails
- the value to setpublic TaxInfo.Builder taxCnpj(String taxCnpj)
Brazilian companies’ CNPJ number.
taxCnpj
- the value to setpublic TaxInfo.Builder giro(String giro)
Companies’ GIRO code
giro
- the value to setpublic TaxInfo build()
public TaxInfo.Builder copy(TaxInfo model)
Copyright © 2016–2024. All rights reserved.