• Converts SPEND to USD by multiplying amountInSpend by 0.01 Returns 0 if amountInSpend is an empty string, and otherwise undefined if amountInSpend is not a number.

    Parameters

    • amountInSpend: number

    Returns undefined | number

Generated using TypeDoc