Click or drag to resize

RecurringPaymentsProfileStatus Enumeration

Represents the status of the recurring profile.

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum RecurringPaymentsProfileStatus
Members
  Member nameValueDescription
ActiveProfile0The recurring payment profile has been successfully created and activated for scheduled payments according the billing instructions from the recurring payments profile.
PendingProfile1The system is in the process of creating the recurring payment profile. Please check your IPN messages for an update.
CancelledProfile2The profile has been cancelled.
ExpiredProfile3The profile has expired.
SuspendedProfile4The profile has been suspended.
See Also