Interface: PayVaultProviderProps
Interface representing the properties required for the PayVaultProvider component.
Properties
children
• children: ReactNode
The children elements to be rendered within the provider.
Defined in
components/providers/PayVaultProvider.tsx:16
client
• client: PayVaultConstructorProps | PayVault
The PayVault client instance or constructor properties.