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