Gets a value indicating whether the Card Security Code should be saved before it is sent to the gateway.

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

Syntax

C#
public byte SaveCSCBeforeAuthorizationFlag { get; }
Visual Basic
Public ReadOnly Property SaveCSCBeforeAuthorizationFlag As Byte
	Get
Visual C++
public:
property unsigned char SaveCSCBeforeAuthorizationFlag {
	unsigned char get ();
}

Field Value

true if the CSC should be saved first; false otherwise

See Also