Uses of Class
com.adyen.model.nexo.IssuerAndSerialNumber
-
Packages that use IssuerAndSerialNumber Package Description com.adyen.model.nexo -
-
Uses of IssuerAndSerialNumber in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as IssuerAndSerialNumber Modifier and Type Field Description protected IssuerAndSerialNumberRecipientIdentifier. issuerAndSerialNumberThe Issuer and serial number.protected IssuerAndSerialNumberSignerIdentifier. issuerAndSerialNumberThe Issuer and serial number.Methods in com.adyen.model.nexo that return IssuerAndSerialNumber Modifier and Type Method Description IssuerAndSerialNumberObjectFactory. createIssuerAndSerialNumber()Create an instance ofIssuerAndSerialNumberIssuerAndSerialNumberRecipientIdentifier. getIssuerAndSerialNumber()Gets the value of the issuerAndSerialNumber property.IssuerAndSerialNumberSignerIdentifier. getIssuerAndSerialNumber()Gets the value of the issuerAndSerialNumber property.Methods in com.adyen.model.nexo with parameters of type IssuerAndSerialNumber Modifier and Type Method Description voidRecipientIdentifier. setIssuerAndSerialNumber(IssuerAndSerialNumber value)Sets the value of the issuerAndSerialNumber property.voidSignerIdentifier. setIssuerAndSerialNumber(IssuerAndSerialNumber value)Sets the value of the issuerAndSerialNumber property.
-