Uses of Class
com.adyen.model.nexo.EnvelopedData
-
Packages that use EnvelopedData Package Description com.adyen.model.nexo -
-
Uses of EnvelopedData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as EnvelopedData Modifier and Type Field Description protected EnvelopedDataContentInformation. envelopedDataThe Enveloped data.Methods in com.adyen.model.nexo that return EnvelopedData Modifier and Type Method Description EnvelopedDataObjectFactory. createEnvelopedData()Create an instance ofEnvelopedDataEnvelopedDataContentInformation. getEnvelopedData()Gets the value of the envelopedData property.Methods in com.adyen.model.nexo with parameters of type EnvelopedData Modifier and Type Method Description voidContentInformation. setEnvelopedData(EnvelopedData value)Sets the value of the envelopedData property.
-