@paybyrd/card-collect
Version:
Paybyrd's tool to aid in the creation of credit card info collect forms
4 lines (3 loc) • 297 B
TypeScript
import { CardCollectProps, CardCollectResponse } from '../types/types';
declare const handleCardCollectV1: ({ displayErrors, onFieldChange, validateOnChange, displayHelpIcons, onCardCollectFrameLoaded, i18nMessages }?: CardCollectProps) => CardCollectResponse;
export default handleCardCollectV1;