CaptureTransactionRequest MembersBluefin Web Client API Documentation

The CaptureTransactionRequest type exposes the following members.
Constructors

  NameDescription
Public methodCaptureTransactionRequest(String)
Initializes the new instance of CaptureTransactionRequest to credit sale transaction known by tokenIDin full amount
Public methodCaptureTransactionRequest(String, BluefinAccount)
Initializes the new instance of CaptureTransactionRequest to credit sale transaction known by tokenIDin full amount for the customer account known by account.
Public methodCaptureTransactionRequest(String, Double)
Initializes the new instance of CaptureTransactionRequest to convert pre-authorized card transaction into sale transaction known by transactionID for specified amount.
Public methodCaptureTransactionRequest(String, Double, BluefinAccount)
Initializes the new instance of CaptureTransactionRequest to convert pre-authorized card transaction into sale transaction known by transactionID for specified amount. for the customer account known by account.
Back to Top
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.)
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
This is the dollar (or other currency) amount of the transaction.
(Inherited from TokenizedTransactionRequest.)
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 propertyTokenID
Gets string of token id assosiated with transaction.
(Inherited from TokenizedTransactionRequest.)
Back to Top
See Also