ActionType Property
Whether the payment action is Pay or Create.
Syntax
[VB.NET] Public ReadOnlyProperty ActionType As String
[C#] public string ActionType {get;}
Remarks
The AdaptivePay component can make two types of transactions: A Pay request that immediately executes, or a Create request which can then be modified and executed at a later time. After a successful call to GetPaymentDetails this property will contain either "PAY" or "CREATE".
This property is read-only.
Default Value
""