Interface PutSupplementalTaxRegistrationResponse.Builder

    • Method Detail

      • authorityId

        PutSupplementalTaxRegistrationResponse.Builder authorityId​(String authorityId)

        Unique authority ID for the supplemental TRN information that was stored.

        Parameters:
        authorityId - Unique authority ID for the supplemental TRN information that was stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        PutSupplementalTaxRegistrationResponse.Builder status​(String status)

        The status of the supplemental TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be Verified, Pending, Rejected, or Deleted.

        Parameters:
        status - The status of the supplemental TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be Verified, Pending, Rejected, or Deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TaxRegistrationStatus, TaxRegistrationStatus
      • status

        PutSupplementalTaxRegistrationResponse.Builder status​(TaxRegistrationStatus status)

        The status of the supplemental TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be Verified, Pending, Rejected, or Deleted.

        Parameters:
        status - The status of the supplemental TRN stored in the system after processing. Based on the validation occurring on the TRN, the status can be Verified, Pending, Rejected, or Deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TaxRegistrationStatus, TaxRegistrationStatus