ScheduleStatus MembersBluefin Web Client API Documentation

The ScheduleStatus type exposes the following members.
Methods

  NameDescription
Public methodStatic memberLookup
Looks up for appropriate ScheduleStatus reference by string value.
Public methodToQueryString
Returns String representation of enumerated value in form Key=Value
(Inherited from BluefinEnumeration.)
Public methodToString
Returns incapsulated string value.
(Inherited from BluefinEnumeration.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberCANCELLED
Schedule is cancelled. Payment has been removed and will not reccur.
Public fieldStatic memberDISABLED
Schedule is disabled. Payment has been disabled.
Public fieldStatic memberENABLED
Schedule is enabled. Payment reccurs as scheduled.
Public fieldStatic memberFAILED
Payment failed and will not be retried.
Public fieldStatic memberFINISHED
No more recurring payments remain.
Public fieldStatic memberRETRYING
Payment failed and will retry up to the number of times in your account's settings.
Back to Top
Properties

  NameDescription
Protected propertyKey
Gets string key assosiated with ScheduleStatus instance
(Overrides BluefinEnumeration Key.)
Public propertyValue
Returns incapsulated string value.
(Inherited from BluefinEnumeration.)
Back to Top
See Also