BillOutstandingAmount Method
This method will bill the outstanding amount.
Object Oriented Interface
public function doBillOutstandingAmount($profileid, $amount);
Procedural Interface
inpaypal_recurringpayments_do_billoutstandingamount($res, $profileid, $amount);
Remarks
Use this method to tell PayPal to bill the outstanding amount for the recurring payments profile. This method takes a ProfileId parameter which specifies the profile to be billed. It also takes an optional Amount parameter which tells PayPal how much of the outstanding amount to bill the customer. If no amount is specified, PayPal will attempt to bill the full OutstandingBalance.
An optional Note may be attached to the request to PayPal.