The TransactionStatusResponse 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.) |
![]() | Amount |
Gets the dollar (or other currency) amount of the transaction or null, if transaction not found.
|
![]() | Approved |
If no value returned, exception. 0=false, 1=true
|
![]() | AuthorizationMessage |
Gets string of transaction authorization message or null, if response didn't specify any value.
|
![]() | Cashier |
Gets string of cashier in the response or null, if the response didn't have any value.
|
![]() | 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.) |
![]() | Found |
Returns true, if transaction was found.
|
![]() | TransactionID |
Returns string representation of transaction id or null, if no transaction id in Bluefin response.
|
![]() | TransactionTimestamp |
Gets the string of transacion time stamp in format YYYY-MM-DD HH:MM:SS or null, if transaction not found.
|
See Also