Interface BatchDeleteTaxRegistrationError.Builder

    • Method Detail

      • accountId

        BatchDeleteTaxRegistrationError.Builder accountId​(String accountId)

        The unique account identifier for the account whose tax registration couldn't be deleted during the BatchDeleteTaxRegistration operation.

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

        BatchDeleteTaxRegistrationError.Builder code​(String code)

        The error code for an individual failure in BatchDeleteTaxRegistration operation.

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

        BatchDeleteTaxRegistrationError.Builder message​(String message)

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

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