@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
7 lines (6 loc) • 386 B
TypeScript
import type { MutationOptions } from '../types';
/**
* Deletes a transfer instrument associated with a legal entity
* @param options additional options passed to Tanstack Query, eg; onSuccess
*/
export declare const useDeleteTransferInstrument: (options?: MutationOptions<null, unknown, string>) => import("@tanstack/preact-query").UseMutationResult<null, unknown, string, unknown>;