Interface TaxRegistrationEntry.Builder

  • 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 the AdditionalInfoRequest.Builder avoiding the need to create one manually via AdditionalInfoRequest.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to additionalTaxInformation(AdditionalInfoRequest).

      Parameters:
      additionalTaxInformation - a consumer that will call methods on AdditionalInfoRequest.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • certifiedEmailId

      TaxRegistrationEntry.Builder certifiedEmailId(String 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

      TaxRegistrationEntry.Builder legalAddress(Address 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

      default TaxRegistrationEntry.Builder legalAddress(Consumer<Address.Builder> 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.

      This is a convenience method that creates an instance of the Address.Builder avoiding the need to create one manually via Address.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to legalAddress(Address).

      Parameters:
      legalAddress - a consumer that will call methods on Address.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • legalName

      TaxRegistrationEntry.Builder legalName(String 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

      TaxRegistrationEntry.Builder registrationId(String 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

      TaxRegistrationEntry.Builder registrationType(String registrationType)

      Your tax registration type. This can be either VAT or GST.

      Parameters:
      registrationType - Your tax registration type. This can be either VAT or GST.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • registrationType

      TaxRegistrationEntry.Builder registrationType(TaxRegistrationType registrationType)

      Your tax registration type. This can be either VAT or GST.

      Parameters:
      registrationType - Your tax registration type. This can be either VAT or GST.
      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

      TaxRegistrationEntry.Builder verificationDetails(VerificationDetails 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.

      This is a convenience method that creates an instance of the VerificationDetails.Builder avoiding the need to create one manually via VerificationDetails.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to verificationDetails(VerificationDetails).

      Parameters:
      verificationDetails - a consumer that will call methods on VerificationDetails.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: