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

    Interface EquityCompensationIssuanceDataWithDeprecatedField

    Input type that may contain deprecated option_grant_type field.

    interface EquityCompensationIssuanceDataWithDeprecatedField {
        compensation_type?: string | null;
        option_grant_type?: string | null;
    }
    Index

    Properties

    compensation_type?: string | null

    The current compensation type field

    option_grant_type?: string | null

    Use compensation_type instead.