interface IInput {
    input: {
        order_ids: string[];
        reason: string;
    };
}

Properties

Properties

input: {
    order_ids: string[];
    reason: string;
}

Type declaration

  • order_ids: string[]

    Идентификаторы заказов, от которых поставщик отказывается.

  • reason: string

    Текст причины отказа — будет показан пайщикам в их заказах.