Class: Aws::TaxSettings::Types::DeleteSupplementalTaxRegistrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authority_idString

The unique authority Id for the supplemental TRN information that needs to be deleted.

Returns:

  • (String)


639
640
641
642
643
# File 'lib/aws-sdk-taxsettings/types.rb', line 639

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