ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface CurrencyDisplayProps

    Interface pour le composant d'affichage de montant avec conversion

    interface CurrencyDisplayProps {
        amount: number;
        currencyCode: string;
        currencySymbol?: string;
        showMADConversion?: boolean;
        className?: string;
    }
    Index

    Properties

    amount: number
    currencyCode: string
    currencySymbol?: string
    showMADConversion?: boolean
    className?: string