AutoBill Property
Whether PayPal should automatically bill the outstanding balance in the next billing cycle.
Syntax
[VB.NET] Public Property AutoBill As Boolean
[C#] public bool AutoBill {get; set;}
Remarks
This property is used when CreateProfile or UpdateProfile is called to tell PayPal to automatically bill the outstanding balance in the next billing cycle. The outstanding balance is any amount from a previously scheduled payment that has not yet been paid.
This property will be populated after a call to GetProfile.
Default Value
False