cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IExchangeParams

    interface IExchangeParams {
        coopname: string;
        data: string;
        document?: Interfaces.Marketplace.IDocument2;
        meta: string;
        parent_id: Interfaces.Marketplace.IUint64;
        product_lifecycle_secs: Interfaces.Marketplace.IUint64;
        program_id: Interfaces.Marketplace.IUint64;
        unit_cost: string;
        units: Interfaces.Marketplace.IUint64;
        username: string;
    }
    Index

    Properties

    coopname: string
    data: string
    meta: string
    product_lifecycle_secs: Interfaces.Marketplace.IUint64
    unit_cost: string
    username: string