Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface Money

    An object giving details on currency code and the amount charged.

    interface Money {
        amount?: string;
        currencyCode?: string;
    }
    Index

    Properties

    amount?: string

    The amount in decimal form. For example 2.00. There are no guarantees on the precision unless documented by the message origin. The amount cannot be updated and is read-only.

    currencyCode?: string

    The 3-letter currency code defined in <a href="https://www.iso.org/iso-4217-currency-codes.html\" target="_blank">ISO 4217.