Skip to main content

UserBillingInfo

Interfaces

UserBillingInfoProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescription
buttonLabel?Element-
className?stringOverrides or extends the styles applied to the component. Default null
disableButtons?boolean-
id?string-
inlineDisplay?boolean-
mode?UserBillingInfoMode-
onBack?() => void-
onChange?(account) => void-
onChangeViewMode?(mode) => void-
onError?(error) => void-
onLoad?(account, isCustomerCompleted) => void-
onSave?(account) => void-

Variables

userBillingInfo

userBillingInfo: ForwardRefExoticComponent<Pick<UserBillingInfoProps, keyof UserBillingInfoProps> & RefAttributes<UserBillingInfoRef>>

Functions

UserBillingInfoSkeleton()

UserBillingInfoSkeleton(props): Element

Parameters

ParameterType
propsUserSkeletonBillingInfoProps

Returns

Element