Click or drag to resize

IPaypalGetRecurringPaymentsInfo Method

Gets information about a recurring payments profile.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
RecurringPaymentsDetailsResult GetRecurringPaymentsInfo(
	string profileID
)

Parameters

profileID
Type: SystemString
The PayPal recurring payments profile ID.

Return Value

Type: RecurringPaymentsDetailsResult
A RecurringPaymentsDetailsResult object.
See Also