Repository URL to install this package:
|
Version:
2.2.2 ▾
|
import { AddPaymentProps as AddPaymentPlaceholderProps } from 'abstractions/PaymentMethod/AddPayment'
import { PaymentWithBillingAddressProps } from 'src/forms/views/PaymentWithBillingAddress'
export interface AddPaymentProps
extends AddPaymentPlaceholderProps,
PaymentWithBillingAddressProps {}