@adyen/adyen-web
Version:
[](https://www.npmjs.com/package/@adyen/adyen-web)
8 lines (7 loc) • 353 B
TypeScript
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;
}