The SchedulingResponse 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.) |
![]() | Error |
Gets boolean value of response variable error.
(Inherited from Response.) |
![]() | ErrorCode |
Gets integer value of response variable error_code.
(Inherited from Response.) |
![]() | ErrorMessage |
Gets string value of response variable error_message.
(Inherited from Response.) |
![]() | Label |
Gets string of label used for display in Quickswipe.
|
![]() | LastFour |
Gets string of the last four digits of the card number or Primary Account Number (PAN).
For Check (ACH) transaction requests, it is the last four digits of the account number.
|
![]() | NextRecurringPaymentDate |
Gets the value of BluefinDate that incapsulates the date of next recurring payment or null, if response didn't return any value.
|
![]() | Person |
Gets the reference to the data container of type Person or null, if no data was returned.
|
![]() | RecurringID |
Gets string of 12 digit unuque id of the recurring payment schedule.
|
![]() | RecurringPaymentAmount |
Gets the amount charged on next recurring payment date.
|
![]() | RecurringPaymentsRemaining |
Gets BluefinInteger value that incapsulates number of
payments remaining.
|
![]() | RecurringSchedule |
Gets enumerated value of recurring schedule or null, if response didn't return any value.
|
![]() | RecurringScheduleDescription |
Gets string of schedule description.
|
![]() | StartDate |
Gets BluefinDate value that incapsulates schedule start date or null, if response didn't return any value.
|
![]() | Status |
Gets the reference to one of enumerated values.
|
![]() | TokenID |
Gets the string of stored transaction id, that given schedule is assosiated with.
|
See Also