TokenizedTransactionRequest Constructor Bluefin Web Client API Documentation
Overload List

  NameDescription
Protected methodTokenizedTransactionRequest(String)
Initializes request with previous transaction id to be refunded.
Protected methodTokenizedTransactionRequest(String, BluefinAccount)
Initializes request with previous transaction id to be refunded for account known by account.
Protected methodTokenizedTransactionRequest(String, Double)
Initializes the instance of the request with preivous transaction id as token id and specified amount.
Protected methodTokenizedTransactionRequest(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.
Back to Top
See Also