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
Public Enumeration RecurringPaymentsProfileStatus
Members
| Member name | Value | Description |
---|
| ActiveProfile | 0 | The recurring payment profile has been successfully created and activated for scheduled payments according the billing instructions from the recurring payments profile. |
| PendingProfile | 1 | The system is in the process of creating the recurring payment profile. Please check your IPN messages for an update. |
| CancelledProfile | 2 | The profile has been cancelled. |
| ExpiredProfile | 3 | The profile has expired. |
| SuspendedProfile | 4 | The profile has been suspended. |
See Also