Repository URL to install this package:
|
Version:
2.7.6 ▾
|
import { ObserverFormProps } from 'src/forms';
import { PaymentWithBillingAddressProps } from '../typings';
export interface PaymentFormProps extends PaymentWithBillingAddressProps, ObserverFormProps {
cardIdentifier?: string | number;
cardType?: string;
isSelected?: string;
}