This JSP function returns a value to the display that represents an encrypted credit card number.
showEncryptedCreditCardNo(String CreditCardNo)
CreditCardNo - Required. String containing the last four digits of a credit card number.
<%=showEncryptedCreditCardNo(resolveValue
("xml:/PaymentMethod/@DisplayCreditCardNo"))%>