Skip to main content

PaymentOrderPdfButton

Interfaces

PaymentOrderPdfButtonProps

Indexable

[p: string]: any

Others properties

Properties

PropertyTypeDescription
className?stringOverrides or extends the styles applied to the component. Default null
handleClick?() => voidHandle click
label?ReactNodeOverride button label
paymentOrder?SCPaymentOrderPayment Order
paymentOrderId?string | numberContent id

Functions

PaymentOrderPdfButton()

PaymentOrderPdfButton(inProps): Element

API documentation for the Community-JS PaymentOrderPdfButton component. Learn about the available props and the CSS API.

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsPaymentOrderPdfButtonProps

Returns

Element