UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

10 lines (9 loc) 301 B
import { UIElementProps } from '../types'; export interface AchElementProps extends UIElementProps { storedPaymentMethodId?: string; holderNameRequired?: boolean; hasHolderName?: boolean; enableStoreDetails: boolean; bankAccountNumber: string; showFormInstruction?: boolean; }