@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BrazilAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
Additional tax information associated with your TRN in Brazil.
| Constructor and Description |
|---|
BrazilAdditionalInfo() |
| Modifier and Type | Method and Description |
|---|---|
BrazilAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
String |
getCcmCode()
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil.
|
String |
getLegalNatureCode()
Legal nature of business, based on your TRN in Brazil.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCcmCode(String ccmCode)
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil.
|
void |
setLegalNatureCode(String legalNatureCode)
Legal nature of business, based on your TRN in Brazil.
|
String |
toString()
Returns a string representation of this object.
|
BrazilAdditionalInfo |
withCcmCode(String ccmCode)
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil.
|
BrazilAdditionalInfo |
withLegalNatureCode(String legalNatureCode)
Legal nature of business, based on your TRN in Brazil.
|
public void setCcmCode(String ccmCode)
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil. This only applies for a CNPJ tax type for the São Paulo municipality.
ccmCode - The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil. This only applies for a CNPJ
tax type for the São Paulo municipality.public String getCcmCode()
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil. This only applies for a CNPJ tax type for the São Paulo municipality.
public BrazilAdditionalInfo withCcmCode(String ccmCode)
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil. This only applies for a CNPJ tax type for the São Paulo municipality.
ccmCode - The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil. This only applies for a CNPJ
tax type for the São Paulo municipality.public void setLegalNatureCode(String legalNatureCode)
Legal nature of business, based on your TRN in Brazil. This only applies for a CNPJ tax type.
legalNatureCode - Legal nature of business, based on your TRN in Brazil. This only applies for a CNPJ tax type.public String getLegalNatureCode()
Legal nature of business, based on your TRN in Brazil. This only applies for a CNPJ tax type.
public BrazilAdditionalInfo withLegalNatureCode(String legalNatureCode)
Legal nature of business, based on your TRN in Brazil. This only applies for a CNPJ tax type.
legalNatureCode - Legal nature of business, based on your TRN in Brazil. This only applies for a CNPJ tax type.public String toString()
toString in class ObjectObject.toString()public BrazilAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.