interface IInput {
    data: {
        order_id: string;
        reason?: null | string;
    };
}

Properties

Properties

data: {
    order_id: string;
    reason?: null | string;
}

Type declaration

  • order_id: string

    Заказ со склада кооператива, отменяемый до открытия выдачи.

  • Optional reason?: null | string

    Причина отмены (видна пайщику в истории заказа).