interface RevampPrice {
    currencyPrefix: string;
    currencySuffix: string;
    currencySuffixZeroDecimals: boolean;
    currencySymbol: string;
    decimals: string;
    hasTrailingCurrency: boolean;
    integer: string;
    numDecimals: number;
    separator: string;
}

Properties

currencyPrefix: string
currencySuffix: string
currencySuffixZeroDecimals: boolean
currencySymbol: string
decimals: string
hasTrailingCurrency: boolean
integer: string
numDecimals: number
separator: string