Interface IssuerData
-
public interface IssuerData
IssuerData indicates the information of the issuer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEmail()
Fetch the issuer email.java.lang.String
getName()
Fetch the name of the issuer.java.lang.String
getPhoneNumber()
Fetch the issuer phone number.java.lang.String
getWebsite()
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.
-
-