Type alias AcceptanceDTO

AcceptanceDTO: {
    allocationId: string;
    totalAmountAccepted: string;
}

Message sent when Requestor accepts a Debit Note or Invoice.

Type declaration

  • allocationId: string
  • totalAmountAccepted: string