Uses of Class
software.amazon.awssdk.services.taxsettings.model.Address
-
Packages that use Address Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of Address in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return Address Modifier and Type Method Description AddressAccountMetaData. address()Returns the value of the Address property for this object.AddressSupplementalTaxRegistration. address()Returns the value of the Address property for this object.AddressSupplementalTaxRegistrationEntry. address()Returns the value of the Address property for this object.AddressTaxRegistration. legalAddress()The legal address associated with your TRN registration.AddressTaxRegistrationEntry. legalAddress()The legal address associated with your TRN.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type Address Modifier and Type Method Description AccountMetaData.BuilderAccountMetaData.Builder. address(Address address)Sets the value of the Address property for this object.SupplementalTaxRegistration.BuilderSupplementalTaxRegistration.Builder. address(Address address)Sets the value of the Address property for this object.SupplementalTaxRegistrationEntry.BuilderSupplementalTaxRegistrationEntry.Builder. address(Address address)Sets the value of the Address property for this object.TaxRegistration.BuilderTaxRegistration.Builder. legalAddress(Address legalAddress)The legal address associated with your TRN registration.TaxRegistrationEntry.BuilderTaxRegistrationEntry.Builder. legalAddress(Address legalAddress)The legal address associated with your TRN.
-