Home > widget-integration > AppService > formatCurrency

AppService.formatCurrency property

Signature:

formatCurrency: (money: number | string, options?: {
		format?: string;
		withTrailingZeros?: boolean;
		showCentAsSuperscript?: boolean;
		removePriceDecimal?: boolean;
		removeDecimalPoint?: boolean;
		showCurrencyCodes?: boolean;
	}) => string;