Uses of Class
software.amazon.awssdk.services.taxsettings.model.AdditionalInfoResponse
-
Packages that use AdditionalInfoResponse Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of AdditionalInfoResponse in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return AdditionalInfoResponse Modifier and Type Method Description AdditionalInfoResponseTaxRegistration. additionalTaxInformation()Additional tax information associated with your TRN.AdditionalInfoResponseTaxRegistrationWithJurisdiction. additionalTaxInformation()Additional tax information associated with your TRN.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type AdditionalInfoResponse Modifier and Type Method Description TaxRegistration.BuilderTaxRegistration.Builder. additionalTaxInformation(AdditionalInfoResponse additionalTaxInformation)Additional tax information associated with your TRN.TaxRegistrationWithJurisdiction.BuilderTaxRegistrationWithJurisdiction.Builder. additionalTaxInformation(AdditionalInfoResponse additionalTaxInformation)Additional tax information associated with your TRN.
-