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

    Interface Currency

    Currency definitions (code, name, rate). Supports Add, Read, Modify, Upsert, Delete.

    interface Currency {
        code: string;
        created: string;
        id: string;
        name: string;
        symbol?: string;
        updated: string;
    }
    Index

    Properties

    code: string
    created: string
    id: string
    name: string
    symbol?: string
    updated: string