GetProfile Method
This method returns the requested profile.
Object Oriented Interface
public function doGetProfile($profileid);
Procedural Interface
inpaypal_recurringpayments_do_getprofile($res, $profileid);
Remarks
Use this method to retrieve the specified recurring payments profile. This method takes a ProfileId parameter which specifies which profile the class will request from PayPal.
The details of the profile will be populated into various properties such as BillingDetails and CyclesCompleted.