SchedulingRequest PropertiesBluefin Web Client API Documentation
The SchedulingRequest type exposes the following members.
Properties

  NameDescription
Public propertyAccessKey
Gets string of account access key assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyAccountID
Gets string of account number assosiated with the request. This is the value passed in Request(BluefinAccount)
(Inherited from Request.)
Public propertyCustomData
Gets or sets CustomData. Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.)
Public propertyCustomID
Gets or sets string of custom ID.
(Inherited from Request.)
Public propertyLabel
Gets or sets string of schedule label.
Public propertyRecurringID
Gets or sets string of 12 digit unique id of recurring payment schedule.
Public propertyRecurringPaymentAmount
Gets or sets value of BluefinAmount that incapsulates recurring payment amount.
Public propertyRecurringPaymentsRemaining
Gets or sets the value of BluefinInteger> that incapsulates number of recurring payments remaining.
Public propertyRecurringSchedule
Gets or sets the reference to the supported recurring schedule.
Public propertyReferenceDate
Gets or sets BluefinDate value of schedule reference date.
Public propertyStartDate
Gets or sets BluefinDate value of schedule start date.
Public propertyStatus
Gets or sets the reference to enumerated report status.
Public propertyTokenID
Gets or sets string that represents id of stored transaction that this schedule is for.
Back to Top
See Also