Interface BatchPutTaxRegistrationError.Builder

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

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

    • 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

      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

      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.