Repository URL to install this package:
|
Version:
4.0.23 ▾
|
export interface PaymentWithBillingAddressProps {
className?: string
submitButtonLabel?: string
cancelButtonLabel?: string
submitButtonDataQa?: string
cancelButtonDataQa?: string
//
hasBlurValidation?: boolean
hasSubmitValidation?: boolean
isEditPayment?: boolean
//
onPaymentBlur?: Function
onPaymentSubmit?: Function
onPaymentCancel?: Function
}