@oneblink/apps-react
    Preparing search index...

    Type Alias PaymentReceiptItem

    type PaymentReceiptItem = {
        allowCopyToClipboard: boolean;
        className?: string;
        icon?: string;
        label: string;
        value: string;
        valueClassName?: string;
    }
    Index

    Properties

    allowCopyToClipboard: boolean

    Display a button on the receipt item to copy the value to the clipboard

    className?: string

    A CSS class to add to the HTML element container

    icon?: string
    label: string

    The label to represent the value

    value: string

    The value to display

    valueClassName?: string

    A CSS class to add to the HTML element containing the value