interface IInput {
    input: {
        offer_id: string;
        reason: string;
    };
}

Properties

Properties

input: {
    offer_id: string;
    reason: string;
}

Type declaration

  • offer_id: string
  • reason: string

    Причина отказа (≤1000)