ActionType Property
Whether the payment action is Pay or Create.
Object Oriented Interface
public function getActionType();
Procedural Interface
inpaypal_adaptivepaymentdetails_get($res, 2 );
Default Value
''
Remarks
The AdaptivePay class 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