Chartbreaker
    Preparing search index...

    Type Alias TwoFactorConfirmationStatus

    type TwoFactorConfirmationStatus = {
        createdOrderReceipt?: OrderReceipt;
        isCancellable: boolean;
        text: string;
    }
    Index

    Properties

    createdOrderReceipt?: OrderReceipt

    If the operation has been a "create order" operation AND we get this information from the broker, this contains the id of the created order.

    Note that it is possible that brokers do not return the created id. In this case, the frontend should show a generic information that the order has been created without any further details.

    isCancellable: boolean
    text: string