@qonto/embed-sdk / <internal> / SepaTransferParams

Interface: SepaTransferParams<T>

This is the common parameter format all the SEPA transfer functions expect as their only parameter. It consists of a sepaTransferSettings object and an optional operationSettings object. The sepaTransferSettings object’s properties will be different depending on the function being called. Read the docs of each card related function to see the expected properties of the cardSettings object.

Type Parameters

T

T

Properties

operationSettings?

optional operationSettings: OperationSettings

sepaTransferSettings?

optional sepaTransferSettings: T
An object with the parameters relevant to different sepa transfer operations. Read the documentation of each function to see the expected properties of this object.