Interface ListTaxRegistrationsResponse.Builder

    • Method Detail

      • accountDetails

        ListTaxRegistrationsResponse.Builder accountDetails​(Collection<AccountDetails> accountDetails)

        The list of account details. This contains account Ids and TRN Information for each of the linked accounts.

        Parameters:
        accountDetails - The list of account details. This contains account Ids and TRN Information for each of the linked accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountDetails

        ListTaxRegistrationsResponse.Builder accountDetails​(AccountDetails... accountDetails)

        The list of account details. This contains account Ids and TRN Information for each of the linked accounts.

        Parameters:
        accountDetails - The list of account details. This contains account Ids and TRN Information for each of the linked accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTaxRegistrationsResponse.Builder nextToken​(String nextToken)

        The token to retrieve the next set of results.

        Parameters:
        nextToken - The token to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.