Type alias DebitNoteAcceptanceDTO

DebitNoteAcceptanceDTO: {
    allocationId: string;
    autoAcceptTo?: string;
    totalAmountAccepted: string;
}

Message sent when Requestor accepts a Debit Note or Invoice.

Type declaration

  • allocationId: string
  • Optional autoAcceptTo?: string
  • totalAmountAccepted: string