Class: Aws::TaxSettings::Types::Address
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::Address
- Defined in:
- gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb
Overview
The details of the address associated with the TRN information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_line_1 ⇒ String
The first line of the address.
-
#address_line_2 ⇒ String
The second line of the address, if applicable.
-
#address_line_3 ⇒ String
The third line of the address, if applicable.
-
#city ⇒ String
The city that the address is in.
-
#country_code ⇒ String
The country code for the country that the address is in.
-
#district_or_county ⇒ String
The district or county the address is located.
-
#postal_code ⇒ String
The postal code associated with the address.
-
#state_or_region ⇒ String
The state, region, or province that the address is located.
Instance Attribute Details
#address_line_1 ⇒ String
The first line of the address.
327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 327 class Address < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :country_code, :district_or_county, :postal_code, :state_or_region) SENSITIVE = [] include Aws::Structure end |
#address_line_2 ⇒ String
The second line of the address, if applicable.
327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 327 class Address < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :country_code, :district_or_county, :postal_code, :state_or_region) SENSITIVE = [] include Aws::Structure end |
#address_line_3 ⇒ String
The third line of the address, if applicable. Currently, the Tax
Settings API accepts the addressLine3
parameter only for Saudi
Arabia. When you specify a TRN in Saudi Arabia, you must enter the
addressLine3
and specify the building number for the address. For
example, you might enter 1234
.
327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 327 class Address < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :country_code, :district_or_county, :postal_code, :state_or_region) SENSITIVE = [] include Aws::Structure end |
#city ⇒ String
The city that the address is in.
327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 327 class Address < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :country_code, :district_or_county, :postal_code, :state_or_region) SENSITIVE = [] include Aws::Structure end |
#country_code ⇒ String
The country code for the country that the address is in.
327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 327 class Address < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :country_code, :district_or_county, :postal_code, :state_or_region) SENSITIVE = [] include Aws::Structure end |
#district_or_county ⇒ String
The district or county the address is located.
districtOrCounty
for the neighborhood name.
327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 327 class Address < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :country_code, :district_or_county, :postal_code, :state_or_region) SENSITIVE = [] include Aws::Structure end |
#postal_code ⇒ String
The postal code associated with the address.
327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 327 class Address < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :country_code, :district_or_county, :postal_code, :state_or_region) SENSITIVE = [] include Aws::Structure end |
#state_or_region ⇒ String
The state, region, or province that the address is located. This field is only required for Canada, India, United Arab Emirates, Romania, and Brazil (CPF). It is optional for all other countries.
If this is required for tax settings, use the same name as shown on the Tax Settings page.
327 328 329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 327 class Address < Struct.new( :address_line_1, :address_line_2, :address_line_3, :city, :country_code, :district_or_county, :postal_code, :state_or_region) SENSITIVE = [] include Aws::Structure end |