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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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)


69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 69

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:



69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 69

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:



69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 69

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)


69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 69

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)


69
70
71
72
73
74
75
76
77
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 69

class AccountMetaData < Struct.new(
  :account_name,
  :address,
  :address_role_map,
  :address_type,
  :seller)
  SENSITIVE = []
  include Aws::Structure
end