Uses of Class
com.adyen.model.openbanking.Identity
-
Packages that use Identity Package Description com.adyen.model.openbanking -
-
Uses of Identity in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return Identity Modifier and Type Method Description static IdentityIdentity. fromJson(String jsonString)Create an instance of Identity given an JSON stringIdentityIdentity. fullLegalName(String fullLegalName)The complete legal name of the individual or entity.IdentityAccountParty. getIdentity()Get identityIdentityIdentity. name(String name)A commonly used or human-readable name for the individual or entity.Methods in com.adyen.model.openbanking with parameters of type Identity Modifier and Type Method Description AccountPartyAccountParty. identity(Identity identity)identityvoidAccountParty. setIdentity(Identity identity)identity
-