RefundTransactionRequest Constructor Bluefin Web Client API Documentation
Overload List

  NameDescription
Public methodRefundTransactionRequest(String)
Initializes the new instance of RefundTransactionRequest to refund the transaction known by tokenIDin full amount.
Public methodRefundTransactionRequest(String, BluefinAccount)
Initializes the new instance of RefundTransactionRequest to refund the transaction known by tokenIDin full amount for the customer account known by account.
Public methodRefundTransactionRequest(String, Double)
Initializes the new instance of the request to refund transaction known by tokenID for specified amount.
Public methodRefundTransactionRequest(String, Double, BluefinAccount)
Initializes the new instance of the request to refund transaction known by tokenID for specified amount for the customer account known by account.
Back to Top
See Also