Gets or sets the CC_NUMBER field of the CTransRow.

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

Syntax

C#
public string CCNumber { get; set; }
Visual Basic
Public Property CCNumber As String
	Get
	Set
Visual C++
public:
property String^ CCNumber {
	String^ get ();
	void set (String^ value);
}

Remarks

If the payment is credit card and the supplied value is not valid, an error is generated.

See Also