CardParams
Interface: CardParams<T>
This is the common parameter format most of the card functions expect as
their only parameter. It consists of a cardSettings
object and an optional
operationSettings
object. The cardSettings
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.
Properties
cardSettings
cardSettings:
T
An object with the parameters relevant to different card operations. Read the documentation of each function to see the expected properties of this object.
operationSettings?
optional
operationSettings:OperationSettings