IPaymentDataContextSetBankTransactionDetails Method |
Saves structured bank transaction details for the current payment operation.
The data is stored together with the payment item and can be used later
during payment, refund and cancellation processing, and read at any time
from the corresponding
BankTransactionDetails.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid SetBankTransactionDetails(
BankTransactionDetails details
)
Parameters
- details BankTransactionDetails
- Structured bank transaction details or null to clear previously saved data.
See Also