Repository URL to install this package:
|
Version:
2.6.18 ▾
|
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;
}