Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qonto.com/llms.txt

Use this file to discover all available pages before exploring further.

@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

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.