Skip to main content@qonto/embed-sdk / <internal> / TransactionParams
Interface: TransactionParams<T>
This is the common parameter format all the transaction functions expect
as their only parameter. It consists of a transactionSettings object and an
optional operationSettings object. The transactionSettings object’s
properties will be different depending on the function being called. Read the
docs of each transaction related function to see the expected properties of
the transactionSettings object.
Type Parameters
T
Properties
operationSettings?
optional operationSettings: OperationSettings
transactionSettings?
optional transactionSettings: T
An object with the parameters relevant to different transaction operations.
Read the documentation of each function to see the expected properties of
this object.