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

    Interface NativeQuantityCancellationData

    Common native output structure for quantity-based cancellations. The entity-specific converters will assert the correct return type.

    interface NativeQuantityCancellationData {
        balance_security_id?: string;
        comments?: string[];
        date: string;
        id: string;
        quantity: string;
        reason_text: string;
        security_id: string;
    }
    Index

    Properties

    balance_security_id?: string
    comments?: string[]
    date: string
    id: string
    quantity: string
    reason_text: string
    security_id: string