| Package | Description |
|---|---|
| com.amazonaws.services.taxsettings.model |
| Modifier and Type | Method and Description |
|---|---|
Jurisdiction |
Jurisdiction.clone() |
Jurisdiction |
TaxRegistrationWithJurisdiction.getJurisdiction()
The jurisdiction associated with your TRN information.
|
Jurisdiction |
Jurisdiction.withCountryCode(String countryCode)
The country code of the jurisdiction.
|
Jurisdiction |
Jurisdiction.withStateOrRegion(String stateOrRegion)
The state, region, or province associated with the country of the jurisdiction, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Jurisdiction> |
AccountMetaData.getAddressRoleMap()
Address roles associated with the account containing country code information.
|
| Modifier and Type | Method and Description |
|---|---|
AccountMetaData |
AccountMetaData.addAddressRoleMapEntry(String key,
Jurisdiction value)
Add a single AddressRoleMap entry
|
void |
TaxRegistrationWithJurisdiction.setJurisdiction(Jurisdiction jurisdiction)
The jurisdiction associated with your TRN information.
|
TaxRegistrationWithJurisdiction |
TaxRegistrationWithJurisdiction.withJurisdiction(Jurisdiction jurisdiction)
The jurisdiction associated with your TRN information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountMetaData.setAddressRoleMap(Map<String,Jurisdiction> addressRoleMap)
Address roles associated with the account containing country code information.
|
AccountMetaData |
AccountMetaData.withAddressRoleMap(Map<String,Jurisdiction> addressRoleMap)
Address roles associated with the account containing country code information.
|
Copyright © 2024. All rights reserved.