@theredspace/spp-client
    Preparing search index...

    Interface Currencyrate

    Exchange rate for a currency on a given date. Read-only.

    interface Currencyrate {
        cname?: string;
        crate?: number;
        cssymbol?: string;
        date?: DateContainer;
        id?: number;
        type?: string;
    }
    Index

    Properties

    cname?: string
    crate?: number
    cssymbol?: string
    date?: DateContainer
    id?: number
    type?: string