RejectionDTO: {
message?: string;
rejectionReason: "UNSOLICITED_SERVICE" | "BAD_SERVICE" | "INCORRECT_AMOUNT";
totalAmountAccepted: string;
}
Type declaration
Optional
message?: string
rejectionReason: "UNSOLICITED_SERVICE" | "BAD_SERVICE" | "INCORRECT_AMOUNT"
totalAmountAccepted: string
Message sent when Requestor rejects a Debit Note or Invoice.