Interface TaxRegistrationEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaxRegistrationEntry.Builder,
,TaxRegistrationEntry> SdkBuilder<TaxRegistrationEntry.Builder,
,TaxRegistrationEntry> SdkPojo
- Enclosing class:
TaxRegistrationEntry
-
Method Summary
Modifier and TypeMethodDescriptiondefault TaxRegistrationEntry.Builder
additionalTaxInformation
(Consumer<AdditionalInfoRequest.Builder> additionalTaxInformation) Additional tax information associated with your TRN.additionalTaxInformation
(AdditionalInfoRequest additionalTaxInformation) Additional tax information associated with your TRN.certifiedEmailId
(String certifiedEmailId) The email address to receive VAT invoices.default TaxRegistrationEntry.Builder
legalAddress
(Consumer<Address.Builder> legalAddress) The legal address associated with your TRN.legalAddress
(Address legalAddress) The legal address associated with your TRN.The legal name associated with your TRN.registrationId
(String registrationId) Your tax registration unique identifier.registrationType
(String registrationType) Your tax registration type.registrationType
(TaxRegistrationType registrationType) Your tax registration type.The industry that describes your business.The industry that describes your business.default TaxRegistrationEntry.Builder
verificationDetails
(Consumer<VerificationDetails.Builder> verificationDetails) Additional details needed to verify your TRN information in Brazil.verificationDetails
(VerificationDetails verificationDetails) Additional details needed to verify your TRN information in Brazil.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
additionalTaxInformation
TaxRegistrationEntry.Builder additionalTaxInformation(AdditionalInfoRequest additionalTaxInformation) Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.
- Parameters:
additionalTaxInformation
- Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalTaxInformation
default TaxRegistrationEntry.Builder additionalTaxInformation(Consumer<AdditionalInfoRequest.Builder> additionalTaxInformation) Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.
This is a convenience method that creates an instance of theAdditionalInfoRequest.Builder
avoiding the need to create one manually viaAdditionalInfoRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toadditionalTaxInformation(AdditionalInfoRequest)
.- Parameters:
additionalTaxInformation
- a consumer that will call methods onAdditionalInfoRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certifiedEmailId
The email address to receive VAT invoices.
- Parameters:
certifiedEmailId
- The email address to receive VAT invoices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
legalAddress
The legal address associated with your TRN.
If you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.
For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
- Parameters:
legalAddress
- The legal address associated with your TRN.If you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.
For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
legalAddress
The legal address associated with your TRN.
If you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.
For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
Address.Builder
avoiding the need to create one manually viaAddress.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolegalAddress(Address)
.- Parameters:
legalAddress
- a consumer that will call methods onAddress.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
legalName
The legal name associated with your TRN.
If you're setting a TRN in Brazil, you don't need to specify the legal name. For TRNs in other countries, you must specify the legal name.
- Parameters:
legalName
- The legal name associated with your TRN.If you're setting a TRN in Brazil, you don't need to specify the legal name. For TRNs in other countries, you must specify the legal name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationId
Your tax registration unique identifier.
- Parameters:
registrationId
- Your tax registration unique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationType
Your tax registration type. This can be either
VAT
orGST
.- Parameters:
registrationType
- Your tax registration type. This can be eitherVAT
orGST
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
registrationType
Your tax registration type. This can be either
VAT
orGST
.- Parameters:
registrationType
- Your tax registration type. This can be eitherVAT
orGST
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sector
The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.
- Parameters:
sector
- The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sector
The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.
- Parameters:
sector
- The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verificationDetails
Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.
Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
- Parameters:
verificationDetails
- Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationDetails
default TaxRegistrationEntry.Builder verificationDetails(Consumer<VerificationDetails.Builder> verificationDetails) Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.
Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
VerificationDetails.Builder
avoiding the need to create one manually viaVerificationDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toverificationDetails(VerificationDetails)
.- Parameters:
verificationDetails
- a consumer that will call methods onVerificationDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-