UNPKG

@veryfi/veryfi-sdk

Version:

Node.js module for communicating with the Veryfi OCR API

9 lines (7 loc) 261 B
import {BoundingElement} from "./BoundingElement"; export declare type Payment = { card_number?: null | string | BoundingElement; display_name?: null | string | BoundingElement; terms?: null | number | BoundingElement; type?: null | string; };