Gets the CreditCardNumber or DebitCardNumber, but with all but the last 4 digits masked by asterisks.

Namespace: Asi.iBO.Financials
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string CreditDebitCardNumberMasked { get; }
Visual Basic
Public ReadOnly Property CreditDebitCardNumberMasked As String
	Get
Visual C++
public:
property String^ CreditDebitCardNumberMasked {
	String^ get ();
}

Remarks

The credit card number is stored in the database this way, in addition to being encrypted. This value is easier and more secure for use on the screen and in reports.

See Also