Uses of Class
software.amazon.awssdk.services.taxsettings.model.TaxRegistrationDocument
-
Packages that use TaxRegistrationDocument Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of TaxRegistrationDocument in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type TaxRegistrationDocument Modifier and Type Method Description List<TaxRegistrationDocument>VerificationDetails. taxRegistrationDocuments()The tax registration document, which is required for specific countries such as Bangladesh, Kenya, South Korea and Spain.Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type TaxRegistrationDocument Modifier and Type Method Description VerificationDetails.BuilderVerificationDetails.Builder. taxRegistrationDocuments(TaxRegistrationDocument... taxRegistrationDocuments)The tax registration document, which is required for specific countries such as Bangladesh, Kenya, South Korea and Spain.Method parameters in software.amazon.awssdk.services.taxsettings.model with type arguments of type TaxRegistrationDocument Modifier and Type Method Description VerificationDetails.BuilderVerificationDetails.Builder. taxRegistrationDocuments(Collection<TaxRegistrationDocument> taxRegistrationDocuments)The tax registration document, which is required for specific countries such as Bangladesh, Kenya, South Korea and Spain.
-