Class: Aws::TaxSettings::Types::AccountMetaData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_nameString

The Amazon Web Services accounts name.

Returns:

  • (String)


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

#addressTypes::Address

The details of the address associated with the TRN information.

Returns:



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_mapHash<String,Types::Jurisdiction>

Address roles associated with the account containing country code information.

Returns:



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_typeString

The type of address associated with the legal profile.

Returns:

  • (String)


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

#sellerString

Seller information associated with the account.

Returns:

  • (String)


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