ActionType Property
Whether the payment action is Pay or Create.
Syntax
adaptivepaymentdetailscontrol.ActionType
Default Value
""
Remarks
The AdaptivePay control 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.
Data Type
String