The TransactionResponse type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | AsBoolean |
Parses string as Bluefin Boolean return.
(Inherited from Request.) |
![]() | Dispose |
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.) |
![]() | Dispose(Boolean) |
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.) |
![]() | Finalize |
Destructor to be called by .NET Garbage Collector.
(Inherited from Request.) |
![]() | IsSupported |
Check to see, if the request is supported.
(Inherited from Request.) |
![]() | IsSupported(String ) |
Check to see, if the request is supported. Sets detailed message, if the request is not supported.
(Inherited from Request.) |
![]() | IsValid |
Validate request data.
(Inherited from Request.) |
![]() | IsValid(String ) |
Validate request data. Additionally sets detailed error message, if data is invalid.
(Inherited from Request.) |
![]() | Success |
Check to see, if response was successfully processed.
(Inherited from Response.) |
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 dollar (or other currency) amount of the transaction or null, if response didn't return any amount .
|
![]() | Approved |
Gets the response value of approved flag or null, if the response didn't return any value.
|
![]() | AuthorizationCode |
Gets string of transaction authorization code returned by the processor or null, if response didn't return any value.
|
![]() | AuthorizationMessage |
Gets string of transaction authorization message or null, if response didn't specify any value.
|
![]() | AVSResponse |
Gets string of Address Verification Service (AVS) or null, if response didn't specify any value.
|
![]() | CurrencyCode |
Gets or sets 3 character string of currency code.
|
![]() | 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.) |
![]() | Description |
Gets string of transaction Description on null, if the response didn't return any value.
|
![]() | 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.) |
![]() | IPAddress |
Gets string of IP address of the client which initiated the transaction.
|
![]() | Keyed |
Gets the response value of keyed flag or null, if the response didn't return any value.
|
![]() | 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.
|
![]() | OriginalTransactionID |
Gets the string that represent id of original transaction or null, if the response didn't specify any value.
|
![]() | Person |
Gets the reference to the data container of type Person or null, if no data was returned.
|
![]() | RequestAmount |
Gets dollar (or other currency) amount of the transaction or null, if response didn't return any request amount.
|
![]() | Swiped |
Gets the response value of swiped flag or null, if the response didnt' return any value.
|
![]() | TenderType |
Gets enumerated value of TenderType in response or null, if no tender type returned.
|
![]() | TransactionID |
Gets the string that represents id of transaction id or null, if the response didn't specify any value.
|
![]() | TransactionTimestamp |
Gets string of transaction timestamp or null, if response didn't return any value.
|
See Also