InitiateTransactionResponse PropertiesBluefin Web Client API Documentation
The InitiateTransactionResponse type exposes the following members.
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 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 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 propertyTransactionID
Gets string of 12 digit transaction ID or null, if response didn't return any value.
Back to Top
See Also