UNPKG

@adyen/adyen-web

Version:

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

12 lines (11 loc) 302 B
import { PaymentAmount } from '../../types'; export interface MultibancoVoucherResultProps { entity?: string; reference?: string; expiresAt?: string; merchantReference?: string; totalAmount?: PaymentAmount; paymentMethodType?: string; downloadUrl?: string; ref?: any; }