Interface TaxRegistrationEntry.Builder

    • Method Detail

      • 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.
      • 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.
      • 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:
        TaxRegistrationType, TaxRegistrationType
      • sector

        TaxRegistrationEntry.Builder sector​(String 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, Sector
      • sector

        TaxRegistrationEntry.Builder sector​(Sector 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, Sector
      • 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.