Skip to main content

UserPaymentMethodsPortal

Interfaces

UserPaymentMethodsPortalProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescription
className?stringOverrides or extends the styles applied to the component. Default null
onHandleCustomerPortal?(url) => voidHandle customer portal callback
returnUrl?stringReturn url Default null

Functions

UserPaymentMethodsPortal()

UserPaymentMethodsPortal(inProps): Element

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

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsUserPaymentMethodsPortalProps

Returns

Element


UserPaymentMethodsPortalSkeleton()

UserPaymentMethodsPortalSkeleton(): Element

API documentation for the Community-JS User Payment Methods Portal Skeleton component. Learn about the available props and the CSS API.

Import

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

Component Name

The name SCUserPaymentMethodsPortalSkeleton-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCUserPaymentMethodsPortalSkeleton-skeleton-rootStyles applied to the root element.

Returns

Element