Type alias RejectionDTO

RejectionDTO: {
    message?: string;
    rejectionReason: "UNSOLICITED_SERVICE" | "BAD_SERVICE" | "INCORRECT_AMOUNT";
    totalAmountAccepted: string;
}

Message sent when Requestor rejects a Debit Note or Invoice.

Type declaration

  • Optional message?: string
  • rejectionReason: "UNSOLICITED_SERVICE" | "BAD_SERVICE" | "INCORRECT_AMOUNT"

    Possible reasons to reject a Debit Note or Invoice.

  • totalAmountAccepted: string