UserAddPaymentMethodDialog
Interfaces
UserAddPaymentMethodDialogProps
Extends
- BaseDialogProps
Indexable
[p: string]: any
Any other properties
Properties
Functions
UserAddPaymentMethodDialog()
UserAddPaymentMethodDialog(
inProps):Element
API documentation for the Community-JS User Add Payment Method Dialog. Learn about the available props and the CSS API.
Import
import {UserAddPaymentMethodDialog} from '@selfcommunity/react-ui';
Component Name
The name SCUserAddPaymentMethodDialog can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SCUserAddPaymentMethodDialog-root | Styles applied to the root element. | 
Parameters
| Parameter | Type | Description | 
|---|---|---|
| inProps | UserAddPaymentMethodDialogProps | 
Returns
Element