Chartbreaker
    Preparing search index...

    Type Alias CancelOrderOpts

    type CancelOrderOpts = {
        comment?: string;
        orderId: string;
    }
    Index

    Properties

    Properties

    comment?: string

    If the Order has allowsCancellationComment=true, a comment may be sent together with the cancellation.

    orderId: string