Overload List
Name | Description | |
---|---|---|
![]() | RefundTransactionRequest(String) |
Initializes the new instance of RefundTransactionRequest
to refund the transaction known by tokenIDin full amount.
|
![]() | RefundTransactionRequest(String, BluefinAccount) |
Initializes the new instance of RefundTransactionRequest
to refund the transaction known by tokenIDin full amount
for the customer account known by account.
|
![]() | RefundTransactionRequest(String, Double) |
Initializes the new instance of the request
to refund transaction known by tokenID for specified amount.
|
![]() | RefundTransactionRequest(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.
|
See Also