Type alias AgreementPaymentDTO

AgreementPaymentDTO: {
    agreementId: string;
    allocationId?: string;
    amount: string;
}

Share of a Payment assigned to an Agreement, but not to any particular Activity within that Agreement.

Type declaration

  • agreementId: string
  • Optional allocationId?: string
  • amount: string