Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] ICard getIssuer and getIssuerName - What's the diff?

        /**
         * Returns the human friendly name of the card issuer, originator, 
creator.
         */
        public String getIssuer();

        /**
         * Returns the human friendly name of the card issuer, originator, 
creator.
         */
        public String getIssuerName();

What's the diff?


Back to the top