Interface IssuerData
public interface IssuerData
IssuerData indicates the information of the issuer.
-
Method Details
-
getName
String getName()Fetches the name of the issuer.- Returns:
- The name of the issuer.
-
getPhoneNumber
String getPhoneNumber()Fetches the issuer phone number.- Returns:
- The issuer phone number.
-
getWebsite
String getWebsite()Fetches the issuer website.- Returns:
- The issuer website.
-
getEmail
String getEmail()Fetches the issuer email.- Returns:
- The issuer email.
-