Skip to main content

UserPaymentMethods

Interfaces

UserPaymentMethodsProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescription
className?stringOverrides or extends the styles applied to the component. Default null
showBillingAddress?booleanShow billing address

Variables

userPaymentMethods

userPaymentMethods: ForwardRefExoticComponent<Pick<UserPaymentMethodsProps, keyof UserPaymentMethodsProps> & RefAttributes<UserPaymentMethodsRef>>


UserPaymentMethodsSkeleton

UserPaymentMethodsSkeleton: ForwardRefExoticComponent<UserPaymentMethodsSkeletonProps & RefAttributes<UserPaymentMethodsSkeletonRef>>