The TokenizedTransactionRequest type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TokenizedTransactionRequest(String) |
Initializes request with previous transaction id to be refunded.
|
![]() | TokenizedTransactionRequest(String, BluefinAccount) |
Initializes request with previous transaction id to be refunded for account known by account.
|
![]() | TokenizedTransactionRequest(String, Double) |
Initializes the instance of the request with preivous transaction id as token id and specified amount.
|
![]() | TokenizedTransactionRequest(String, Double, BluefinAccount) |
Initializes the instance of the request with preivous transaction id as token id and specified amount
for the customer account known by account.
|
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.) |
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 |
This is the dollar (or other currency) amount of the transaction.
|
![]() | 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.) |
![]() | TokenID |
Gets string of token id assosiated with transaction.
|
See Also