Click or drag to resize

IPaypalCancelRecurringPaymentsProfile Method

Cancels a recurring payment profile.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
CancelRecurringPaymentsResult CancelRecurringPaymentsProfile(
	string profileID,
	string notes
)

Parameters

profileID
Type: SystemString
The ID of the profile
notes
Type: SystemString
Notes to include in the cancel notes in Paypal.

Return Value

Type: CancelRecurringPaymentsResult
A CancelRecurringPaymentsResult object.
See Also