Interface PutTaxRegistrationResponse.Builder

    • Method Detail

      • status

        PutTaxRegistrationResponse.Builder status​(String status)

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

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

        PutTaxRegistrationResponse.Builder status​(TaxRegistrationStatus status)

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

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