Interface BatchPutTaxRegistrationError.Builder

    • Method Detail

      • accountId

        BatchPutTaxRegistrationError.Builder accountId​(String accountId)

        The unique account identifier for the account that the tax registration couldn't be added, or updated during the BatchPutTaxRegistration operation.

        Parameters:
        accountId - The unique account identifier for the account that the tax registration couldn't be added, or updated during the BatchPutTaxRegistration operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        BatchPutTaxRegistrationError.Builder code​(String code)

        The error code for an individual failure in the BatchPutTaxRegistration operation.

        Parameters:
        code - The error code for an individual failure in the BatchPutTaxRegistration operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        BatchPutTaxRegistrationError.Builder message​(String message)

        The error message for an individual failure in the BatchPutTaxRegistration operation.

        Parameters:
        message - The error message for an individual failure in the BatchPutTaxRegistration operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.