Interface BatchDeleteTaxRegistrationError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchDeleteTaxRegistrationError.Builder,BatchDeleteTaxRegistrationError>, SdkBuilder<BatchDeleteTaxRegistrationError.Builder,BatchDeleteTaxRegistrationError>, SdkPojo
Enclosing class:
BatchDeleteTaxRegistrationError

public static interface BatchDeleteTaxRegistrationError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteTaxRegistrationError.Builder,BatchDeleteTaxRegistrationError>
  • Method Details

    • 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

      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

      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.