Class: Aws::TaxSettings::Types::PutTaxRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::PutTaxRegistrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tax_registration_entry]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Your unique account identifier.
-
#tax_registration_entry ⇒ Types::TaxRegistrationEntry
Your TRN information that will be stored to the account mentioned in ‘accountId`.
Instance Attribute Details
#account_id ⇒ String
Your unique account identifier.
1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1241 class PutTaxRegistrationRequest < Struct.new( :account_id, :tax_registration_entry) SENSITIVE = [:tax_registration_entry] include Aws::Structure end |
#tax_registration_entry ⇒ Types::TaxRegistrationEntry
Your TRN information that will be stored to the account mentioned in ‘accountId`.
1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1241 class PutTaxRegistrationRequest < Struct.new( :account_id, :tax_registration_entry) SENSITIVE = [:tax_registration_entry] include Aws::Structure end |