Nado Typescript SDK Documentation
    Preparing search index...

    Interface PlaceTriggerOrdersParams

    interface PlaceTriggerOrdersParams {
        orders: PlaceTriggerOrderParams[];
        stopOnFailure?: boolean;
    }
    Index

    Properties

    stopOnFailure?: boolean