The ScheduleStatus type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | Lookup |
Looks up for appropriate ScheduleStatus reference by string value.
|
![]() | ToQueryString |
Returns String representation of enumerated value in form Key=Value (Inherited from BluefinEnumeration.) |
![]() | ToString |
Returns incapsulated string value.
(Inherited from BluefinEnumeration.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | CANCELLED | Schedule is cancelled. Payment has been removed and will not reccur. |
![]() ![]() | DISABLED | Schedule is disabled. Payment has been disabled. |
![]() ![]() | ENABLED | Schedule is enabled. Payment reccurs as scheduled. |
![]() ![]() | FAILED | Payment failed and will not be retried. |
![]() ![]() | FINISHED | No more recurring payments remain. |
![]() ![]() | RETRYING | Payment failed and will retry up to the number of times in your account's settings. |
Properties
Name | Description | |
---|---|---|
![]() | Key |
Gets string key assosiated with ScheduleStatus instance
(Overrides BluefinEnumeration Key.) |
![]() | Value |
Returns incapsulated string value.
(Inherited from BluefinEnumeration.) |
See Also