CreateAccountHolderInput
The data to create an account holder.
Properties#
context
Omit<PaymentProviderContext, "customer"> & objectThe context of creating the account holder.
context
Omit<PaymentProviderContext, "customer"> & objectdata
Record<string, unknown>OptionalData is a combination of the input from the user and what is stored in the database for the associated model.
Was this page helpful?