Open Cap Table Protocol Canton SDK - v0.2.224
    Preparing search index...

    Interface StockPlanDataWithDeprecatedField

    Input type that may contain deprecated stock_class_id field. This matches OCF data that may come from older schemas.

    Note: Fields can be null (not just undefined) when parsing JSON data from external sources.

    interface StockPlanDataWithDeprecatedField {
        stock_class_id?: string | null;
        stock_class_ids?: string[] | null;
    }
    Index

    Properties

    stock_class_id?: string | null

    Use stock_class_ids instead. Deprecated field from older OCF versions.

    stock_class_ids?: string[] | null

    The current array field for stock class associations