UNPKG

@adyen/adyen-web

Version:

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

15 lines (14 loc) 371 B
import { QRLoaderContainerProps } from '../helpers/QRLoaderContainer'; export interface PixProps extends QRLoaderContainerProps { personalDetailsRequired?: boolean; } export interface PixElementData { paymentMethod: { type: 'pix'; }; shopperName?: { firstName: string; lastName: string; }; socialSecurityNumber?: string; }