Uses of Class
com.adyen.model.nexo.ContentInformation
-
Packages that use ContentInformation Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of ContentInformation in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type ContentInformation Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withSecurityTrailer(ContentInformation securityTrailer) -
Uses of ContentInformation in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ContentInformation Modifier and Type Field Description protected ContentInformationCardholderPIN. encrPINBlockThe Encr pin block.protected ContentInformationInput. passwordThe Password.protected ContentInformationCardData. protectedCardDataThe Protected card data.protected ContentInformationMobileData. protectedMobileDataThe Protected mobile data.protected ContentInformationPaymentResult. protectedSignatureThe Protected signature.protected ContentInformationSaleToPOIRequest. securityTrailerThe Security trailer.protected ContentInformationSaleToPOIResponse. securityTrailerThe Security trailer.Methods in com.adyen.model.nexo that return ContentInformation Modifier and Type Method Description ContentInformationObjectFactory. createContentInformation()Create an instance ofContentInformationContentInformationCardholderPIN. getEncrPINBlock()Gets the value of the encrPINBlock property.ContentInformationInput. getPassword()Gets the value of the password property.ContentInformationCardData. getProtectedCardData()Gets the value of the protectedCardData property.ContentInformationMobileData. getProtectedMobileData()Gets the value of the protectedMobileData property.ContentInformationPaymentResult. getProtectedSignature()Gets the value of the protectedSignature property.ContentInformationSaleToPOIRequest. getSecurityTrailer()Gets the value of the securityTrailer property.ContentInformationSaleToPOIResponse. getSecurityTrailer()Gets the value of the securityTrailer property.Methods in com.adyen.model.nexo with parameters of type ContentInformation Modifier and Type Method Description voidCardholderPIN. setEncrPINBlock(ContentInformation value)Sets the value of the encrPINBlock property.voidInput. setPassword(ContentInformation value)Sets the value of the password property.voidCardData. setProtectedCardData(ContentInformation value)Sets the value of the protectedCardData property.voidMobileData. setProtectedMobileData(ContentInformation value)Sets the value of the protectedMobileData property.voidPaymentResult. setProtectedSignature(ContentInformation value)Sets the value of the protectedSignature property.voidSaleToPOIRequest. setSecurityTrailer(ContentInformation value)Sets the value of the securityTrailer property.voidSaleToPOIResponse. setSecurityTrailer(ContentInformation value)Sets the value of the securityTrailer property.
-