Method Property
The method of the outgoing request.
Object Oriented Interface
public function getMethod(); public function setMethod($value);
Procedural Interface
inpaypal_paypalrequest_get($res, 9 ); inpaypal_paypalrequest_set($res, 9, $value );
Default Value
''
Remarks
This defines the paypal method being executed by the request. It is required by all paypal operations.
Data Type
String