Interface IssuerData
-
public interface IssuerDataIssuerData indicates the information of the issuer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEmail()Fetch the issuer email.java.lang.StringgetName()Fetch the name of the issuer.java.lang.StringgetPhoneNumber()Fetch the issuer phone number.java.lang.StringgetWebsite()Fetch the issuer website.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Fetch the name of the issuer.- Returns:
- the name of the issuer.
-
getPhoneNumber
java.lang.String getPhoneNumber()
Fetch the issuer phone number.- Returns:
- the issuer phone number.
-
getWebsite
java.lang.String getWebsite()
Fetch the issuer website.- Returns:
- the issuer website.
-
getEmail
java.lang.String getEmail()
Fetch the issuer email.- Returns:
- the issuer email.
-
-