Class: Aws::TaxSettings::Types::AccountMetaData
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::AccountMetaData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The meta data information associated with the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_name ⇒ String
The Amazon Web Services accounts name.
-
#address ⇒ Types::Address
The details of the address associated with the TRN information.
-
#address_role_map ⇒ Hash<String,Types::Jurisdiction>
Address roles associated with the account containing country code information.
-
#address_type ⇒ String
The type of address associated with the legal profile.
-
#seller ⇒ String
Seller information associated with the account.
Instance Attribute Details
#account_name ⇒ String
The Amazon Web Services accounts name.
82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 82 class AccountMetaData < Struct.new( :account_name, :address, :address_role_map, :address_type, :seller) SENSITIVE = [] include Aws::Structure end |
#address ⇒ Types::Address
The details of the address associated with the TRN information.
82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 82 class AccountMetaData < Struct.new( :account_name, :address, :address_role_map, :address_type, :seller) SENSITIVE = [] include Aws::Structure end |
#address_role_map ⇒ Hash<String,Types::Jurisdiction>
Address roles associated with the account containing country code information.
82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 82 class AccountMetaData < Struct.new( :account_name, :address, :address_role_map, :address_type, :seller) SENSITIVE = [] include Aws::Structure end |
#address_type ⇒ String
The type of address associated with the legal profile.
82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 82 class AccountMetaData < Struct.new( :account_name, :address, :address_role_map, :address_type, :seller) SENSITIVE = [] include Aws::Structure end |
#seller ⇒ String
Seller information associated with the account.
82 83 84 85 86 87 88 89 90 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 82 class AccountMetaData < Struct.new( :account_name, :address, :address_role_map, :address_type, :seller) SENSITIVE = [] include Aws::Structure end |