Type alias ActivityPaymentDTO

ActivityPaymentDTO: {
    activityId: string;
    allocationId?: string;
    amount: string;
}

Share of a Payment assigned to a particular Activity.

Type declaration

  • activityId: string
  • Optional allocationId?: string
  • amount: string