Uses of Class
com.adyen.model.legalentitymanagement.Name
-
Packages that use Name Package Description com.adyen.model.legalentitymanagement -
-
Uses of Name in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Name Modifier and Type Method Description NameName. firstName(String firstName)static NameName. fromJson(String jsonString)Create an instance of Name given an JSON stringNameIndividual. getName()Get nameNameName. infix(String infix)NameName. lastName(String lastName)Methods in com.adyen.model.legalentitymanagement with parameters of type Name Modifier and Type Method Description IndividualIndividual. name(Name name)voidIndividual. setName(Name name)name
-