Uses of Class
software.amazon.awssdk.services.taxsettings.model.PersonType
-
Packages that use PersonType Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of PersonType in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return PersonType Modifier and Type Method Description static PersonTypePersonType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PersonTypeGeorgiaAdditionalInfo. personType()The legal person or physical person assigned to this TRN in Georgia.PersonTypeKenyaAdditionalInfo. personType()The legal person or physical person assigned to this TRN in Kenya.static PersonTypePersonType. valueOf(String name)Returns the enum constant of this type with the specified name.static PersonType[]PersonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type PersonType Modifier and Type Method Description static Set<PersonType>PersonType. knownValues()Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type PersonType Modifier and Type Method Description GeorgiaAdditionalInfo.BuilderGeorgiaAdditionalInfo.Builder. personType(PersonType personType)The legal person or physical person assigned to this TRN in Georgia.KenyaAdditionalInfo.BuilderKenyaAdditionalInfo.Builder. personType(PersonType personType)The legal person or physical person assigned to this TRN in Kenya.
-