ShowEncryptedCreditCardNo
You can review the details about the showEncryptedCreditCardNo JSP function.
Description
This JSP function returns a value to the display that represents an encrypted credit card number.
Syntax
showEncryptedCreditCardNo(String CreditCardNo)
Input parameters
CreditCardNo - Required. String containing the last four digits of a credit card number.
Example
<%=showEncryptedCreditCardNo(resolveValue
("xml:/PaymentMethod/@DisplayCreditCardNo"))%>