Uses of Class
com.adyen.model.nexo.OutputContent
-
Packages that use OutputContent Package Description com.adyen.model.nexo -
-
Uses of OutputContent in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as OutputContent Modifier and Type Field Description protected OutputContentDisplayOutput. outputContentThe Output content.protected OutputContentInputUpdate. outputContentThe Output content.protected OutputContentPaymentReceipt. outputContentThe Output content.protected OutputContentPrintOutput. outputContentThe Output content.Methods in com.adyen.model.nexo that return OutputContent Modifier and Type Method Description OutputContentObjectFactory. createOutputContent()Create an instance ofOutputContentOutputContentDisplayOutput. getOutputContent()Gets the value of the outputContent property.OutputContentInputUpdate. getOutputContent()Gets the value of the outputContent property.OutputContentPaymentReceipt. getOutputContent()Gets the value of the outputContent property.OutputContentPrintOutput. getOutputContent()Gets the value of the outputContent property.Methods in com.adyen.model.nexo with parameters of type OutputContent Modifier and Type Method Description voidDisplayOutput. setOutputContent(OutputContent value)Sets the value of the outputContent property.voidInputUpdate. setOutputContent(OutputContent value)Sets the value of the outputContent property.voidPaymentReceipt. setOutputContent(OutputContent value)Sets the value of the outputContent property.voidPrintOutput. setOutputContent(OutputContent value)Sets the value of the outputContent property.
-