Class: Aws::TaxSettings::Types::PutSupplementalTaxRegistrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authority_idString

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

Returns:

  • (String)


1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1406

class PutSupplementalTaxRegistrationResponse < Struct.new(
  :authority_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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:

  • (String)


1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1406

class PutSupplementalTaxRegistrationResponse < Struct.new(
  :authority_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end