Skip to main content

UserAddPaymentMethodForm

Interfaces

UserAddPaymentMethodFormProps

Extends

  • BaseDialogProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionOverridesInherited from
actions?ReactNodeActions for the dialog-BaseDialogProps.actions
className?stringOverrides or extends the styles applied to the component. Default nullBaseDialogProps.className-
collectBillingAddress?boolean---
customerany---
DialogContentProps?DialogContentPropsDialog content props Default {dividers: !isMobile}-BaseDialogProps.DialogContentProps
handleClose?() => void---
handleSuccess?(paymentMethod) => void---
onClose?() => anyHandles dialog closing Default null-BaseDialogProps.onClose
open?booleanHandles dialog opening Default false-BaseDialogProps.open
subtitle?anyDialog subtitle Default ''-BaseDialogProps.subtitle
title?anyDialog title Default ''-BaseDialogProps.title

Functions

UserAddPaymentMethodForm()

UserAddPaymentMethodForm(inProps): Element

API documentation for the Community-JS User Add Payment Method Form. Learn about the available props and the CSS API.

Import

import {UserAddPaymentMethodForm} from '@selfcommunity/react-ui';

Component Name

The name SCUserAddPaymentMethodForm can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCUserAddPaymentMethodForm-rootStyles applied to the root element.

Parameters

ParameterTypeDescription
inPropsUserAddPaymentMethodFormProps

Returns

Element