| Package | Description |
|---|---|
| com.amazonaws.services.taxsettings.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
AccountMetaData.getAddress() |
Address |
TaxRegistration.getLegalAddress()
The legal address associated with your TRN registration.
|
Address |
TaxRegistrationEntry.getLegalAddress()
The legal address associated with your TRN.
|
Address |
Address.withAddressLine1(String addressLine1)
The first line of the address.
|
Address |
Address.withAddressLine2(String addressLine2)
The second line of the address, if applicable.
|
Address |
Address.withAddressLine3(String addressLine3)
The third line of the address, if applicable.
|
Address |
Address.withCity(String city)
The city that the address is in.
|
Address |
Address.withCountryCode(String countryCode)
The country code for the country that the address is in.
|
Address |
Address.withDistrictOrCounty(String districtOrCounty)
The district or county the address is located.
|
Address |
Address.withPostalCode(String postalCode)
The postal code associated with the address.
|
Address |
Address.withStateOrRegion(String stateOrRegion)
The state, region, or province that the address is located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountMetaData.setAddress(Address address) |
void |
TaxRegistration.setLegalAddress(Address legalAddress)
The legal address associated with your TRN registration.
|
void |
TaxRegistrationEntry.setLegalAddress(Address legalAddress)
The legal address associated with your TRN.
|
AccountMetaData |
AccountMetaData.withAddress(Address address) |
TaxRegistration |
TaxRegistration.withLegalAddress(Address legalAddress)
The legal address associated with your TRN registration.
|
TaxRegistrationEntry |
TaxRegistrationEntry.withLegalAddress(Address legalAddress)
The legal address associated with your TRN.
|
Copyright © 2024. All rights reserved.