TokenizedTransactionRequest MethodsBluefin Web Client API Documentation
The TokenizedTransactionRequest 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.)
Back to Top
See Also