DeleteAccountHolderInput
The data to delete an account holder.
Properties#
context
Omit<PaymentProviderContext, "account_holder"> & objectThe context of deleting the account holder.
context
Omit<PaymentProviderContext, "account_holder"> & 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?