UNPKG

@adyen/adyen-web

Version:

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

19 lines (18 loc) 472 B
import { PaymentAmount } from '../../types'; export interface DokuVoucherResultProps { reference?: string; totalAmount?: PaymentAmount; expiresAt?: string; paymentMethodType?: string; maskedTelephoneNumber?: string; instructionsUrl?: string; shopperName?: string; merchantName?: string; outputDetails?: any; ref?: any; } export interface DokuInputSchema { firstName?: string; lastName?: string; shopperEmail?: string; }