Package com.oracle.bmc.ospgateway.model
Class TaxInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.ospgateway.model.TaxInfo.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxInfobuild()TaxInfo.Buildercopy(TaxInfo model)TaxInfo.Buildergiro(String giro)Companies’ GIRO codeTaxInfo.BuildernoTaxReasonCode(String noTaxReasonCode)Tax exemption reason code.TaxInfo.BuildernoTaxReasonCodeDetails(String noTaxReasonCodeDetails)Tax exemption reason description.TaxInfo.BuildertaxCnpj(String taxCnpj)Brazilian companies’ CNPJ number.TaxInfo.BuildertaxPayerId(String taxPayerId)Tay payer identifier.TaxInfo.BuildertaxRegNumber(String taxRegNumber)Tax registration number.
 
- 
- 
- 
Method Detail- 
taxPayerIdpublic TaxInfo.Builder taxPayerId(String taxPayerId) Tay payer identifier.- Parameters:
- taxPayerId- the value to set
- Returns:
- this builder
 
 - 
taxRegNumberpublic TaxInfo.Builder taxRegNumber(String taxRegNumber) Tax registration number.- Parameters:
- taxRegNumber- the value to set
- Returns:
- this builder
 
 - 
noTaxReasonCodepublic TaxInfo.Builder noTaxReasonCode(String noTaxReasonCode) Tax exemption reason code.- Parameters:
- noTaxReasonCode- the value to set
- Returns:
- this builder
 
 - 
noTaxReasonCodeDetailspublic TaxInfo.Builder noTaxReasonCodeDetails(String noTaxReasonCodeDetails) Tax exemption reason description.- Parameters:
- noTaxReasonCodeDetails- the value to set
- Returns:
- this builder
 
 - 
taxCnpjpublic TaxInfo.Builder taxCnpj(String taxCnpj) Brazilian companies’ CNPJ number.- Parameters:
- taxCnpj- the value to set
- Returns:
- this builder
 
 - 
giropublic TaxInfo.Builder giro(String giro) Companies’ GIRO code- Parameters:
- giro- the value to set
- Returns:
- this builder
 
 - 
buildpublic TaxInfo build() 
 - 
copypublic TaxInfo.Builder copy(TaxInfo model) 
 
- 
 
-