UNPKG

@adyen/adyen-web

Version:

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

18 lines (17 loc) 474 B
import { PaymentAmount } from '../../types'; export interface EcontextVoucherResultProps { reference?: string; totalAmount?: PaymentAmount; expiresAt?: string; paymentMethodType?: string; maskedTelephoneNumber?: string; instructionsUrl?: string; ref?: any; collectionInstitutionNumber?: string; } export interface EcontextInputSchema { firstName?: string; lastName?: string; telephoneNumber?: string; shopperEmail?: string; }