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