Uses of Class
com.adyen.model.nexo.RecipientIdentifier
-
Packages that use RecipientIdentifier Package Description com.adyen.model.nexo -
-
Uses of RecipientIdentifier in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as RecipientIdentifier Modifier and Type Field Description protected RecipientIdentifierKeyTransport. recipientIdentifierThe Recipient identifier.Methods in com.adyen.model.nexo that return RecipientIdentifier Modifier and Type Method Description RecipientIdentifierObjectFactory. createRecipientIdentifier()Create an instance ofRecipientIdentifierRecipientIdentifierKeyTransport. getRecipientIdentifier()Gets the value of the recipientIdentifier property.Methods in com.adyen.model.nexo with parameters of type RecipientIdentifier Modifier and Type Method Description voidKeyTransport. setRecipientIdentifier(RecipientIdentifier value)Sets the value of the recipientIdentifier property.
-