CardTransactionResponse MembersBluefin Web Client API Documentation

The CardTransactionResponse type exposes the following members.
Methods

  NameDescription
Protected methodAsBoolean
Parses string as Bluefin Boolean return.
(Inherited from Request.)
Public methodDispose 
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.)
Protected methodDispose(Boolean)
Releases all object resources and suppresses Garbage Collector call to finalize this object.
(Inherited from Request.)
Protected methodFinalize
Destructor to be called by .NET Garbage Collector.
(Inherited from Request.)
Public methodIsSupported 
Check to see, if the request is supported.
(Inherited from Request.)
Public methodIsSupported(String )
Check to see, if the request is supported. Sets detailed message, if the request is not supported.
(Inherited from Request.)
Public methodIsValid 
Validate request data.
(Inherited from Request.)
Public methodIsValid(String )
Validate request data. Additionally sets detailed error message, if data is invalid.
(Inherited from Request.)
Public methodSuccess
Check to see, if response was successfully processed.
(Inherited from Response.)
Back to Top
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 propertyAmount
Gets dollar (or other currency) amount of the transaction or null, if response didn't return any amount .
(Inherited from TransactionResponse.)
Public propertyApproved
Gets the response value of approved flag or null, if the response didn't return any value.
(Inherited from TransactionResponse.)
Public propertyAuthorizationCode
Gets string of transaction authorization code returned by the processor or null, if response didn't return any value.
(Inherited from TransactionResponse.)
Public propertyAuthorizationMessage
Gets string of transaction authorization message or null, if response didn't specify any value.
(Inherited from TransactionResponse.)
Public propertyAVSResponse
Gets string of Address Verification Service (AVS) or null, if response didn't specify any value.
(Inherited from TransactionResponse.)
Public propertyCardBrand
Gets reference to CardBrand instance or null, if response didn't return any value
Public propertyCardExpiration
Gets string of card expiration or null, if response didn't return any value.
Public propertyCurrencyCode
Gets or sets 3 character string of currency code.
(Inherited from TransactionResponse.)
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 propertyCVVResponse
Gets string of CVV response or null, if response didn't return any value.
Public propertyDescription
Gets string of transaction Description on null, if the response didn't return any value.
(Inherited from TransactionResponse.)
Public propertyError
Gets boolean value of response variable error.
(Inherited from Response.)
Public propertyErrorCode
Gets integer value of response variable error_code.
(Inherited from Response.)
Public propertyErrorMessage
Gets string value of response variable error_message.
(Inherited from Response.)
Public propertyIPAddress
Gets string of IP address of the client which initiated the transaction.
(Inherited from TransactionResponse.)
Public propertyKeyed
Gets the response value of keyed flag or null, if the response didn't return any value.
(Inherited from TransactionResponse.)
Public propertyLastFour
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.
(Inherited from TransactionResponse.)
Public propertyOriginalTransactionID
Gets the string that represent id of original transaction or null, if the response didn't specify any value.
(Inherited from TransactionResponse.)
Public propertyPerson
Gets the reference to the data container of type Person or null, if no data was returned.
(Inherited from TransactionResponse.)
Public propertyRequestAmount
Gets dollar (or other currency) amount of the transaction or null, if response didn't return any request amount.
(Inherited from TransactionResponse.)
Public propertySwiped
Gets the response value of swiped flag or null, if the response didnt' return any value.
(Inherited from TransactionResponse.)
Public propertyTenderType
Gets enumerated value of TenderType in response or null, if no tender type returned.
(Inherited from TransactionResponse.)
Public propertyTransactionID
Gets the string that represents id of transaction id or null, if the response didn't specify any value.
(Inherited from TransactionResponse.)
Public propertyTransactionTimestamp
Gets string of transaction timestamp or null, if response didn't return any value.
(Inherited from TransactionResponse.)
Back to Top
See Also