The SchedulingRequest type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AccessKey |
Gets string of account access key assosiated with the request.
This is the value passed in Request(BluefinAccount) (Inherited from Request.) |
![]() | AccountID |
Gets string of account number assosiated with the request.
This is the value passed in Request(BluefinAccount) (Inherited from Request.) |
![]() | CustomData |
Gets or sets CustomData.
Please note that the value of CustomData field will be URL encoded in the posted query.
(Inherited from Request.) |
![]() | CustomID |
Gets or sets string of custom ID.
(Inherited from Request.) |
![]() | Label |
Gets or sets string of schedule label.
|
![]() | RecurringID |
Gets or sets string of 12 digit unique id of recurring payment schedule.
|
![]() | RecurringPaymentAmount |
Gets or sets value of BluefinAmount that incapsulates recurring payment amount.
|
![]() | RecurringPaymentsRemaining |
Gets or sets the value of BluefinInteger> that incapsulates number of recurring payments remaining.
|
![]() | RecurringSchedule |
Gets or sets the reference to the supported recurring schedule.
|
![]() | ReferenceDate | Gets or sets BluefinDate value of schedule reference date. |
![]() | StartDate |
Gets or sets BluefinDate value of schedule start date.
|
![]() | Status |
Gets or sets the reference to enumerated report status.
|
![]() | TokenID |
Gets or sets string that represents id of stored transaction that this schedule is for.
|
See Also