Click or drag to resize

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.Api
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void SetBankTransactionDetails(
	BankTransactionDetails details
)

Parameters

details
Type: Resto.Front.Api.Data.PaymentsBankTransactionDetails
Structured bank transaction details or null to clear previously saved data.
See Also