Class: Aws::TaxSettings::Types::PutSupplementalTaxRegistrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tax_registration_entry]

Instance Attribute Summary collapse

Instance Attribute Details

#tax_registration_entryTypes::SupplementalTaxRegistrationEntry

The supplemental TRN information that will be stored for the caller account ID.



1149
1150
1151
1152
1153
# File 'lib/aws-sdk-taxsettings/types.rb', line 1149

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