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
)
Function CancelRecurringPaymentsProfile (
profileID As String,
notes As String
) As CancelRecurringPaymentsResult
Parameters
- profileID
- Type: SystemString
The ID of the profile - notes
- Type: SystemString
Notes to include in the cancel notes in Paypal.
Return Value
Type:
CancelRecurringPaymentsResultA
CancelRecurringPaymentsResult object.
See Also