Class: Aws::TaxSettings::Types::PutSupplementalTaxRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::PutSupplementalTaxRegistrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tax_registration_entry]
Instance Attribute Summary collapse
-
#tax_registration_entry ⇒ Types::SupplementalTaxRegistrationEntry
The supplemental TRN information that will be stored for the caller account ID.
Instance Attribute Details
#tax_registration_entry ⇒ Types::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 |