UNPKG

@adyen/adyen-web

Version:

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

8 lines (7 loc) 353 B
import OpenInvoiceContainer from '../helpers/OpenInvoiceContainer'; import { OpenInvoiceContainerProps } from '../helpers/OpenInvoiceContainer/OpenInvoiceContainer'; export default class AfterPayB2B extends OpenInvoiceContainer { static type: string; protected static defaultProps: OpenInvoiceContainerProps; formatProps(props: any): any; }