InterfaceFund
talawa-api • Docs
talawa-api / models/Fund / InterfaceFund
Interface: InterfaceFund
This is an interface representing a document for a fund in the database (MongoDB). This interface defines the structure and types of data that a fund document will hold.
Properties
_id
> _id: ObjectId
Defined in
campaigns
> campaigns: PopulatedDoc
<InterfaceFundraisingCampaign
& Document
>[]
Defined in
createdAt
> createdAt: Date
Defined in
creatorId
> creatorId: PopulatedDoc
<InterfaceUser
& Document
>
Defined in
isArchived
> isArchived: boolean
Defined in
isDefault
> isDefault: boolean
Defined in
name
> name: string
Defined in
organizationId
> organizationId: ObjectId
Defined in
refrenceNumber
> refrenceNumber: string
Defined in
taxDeductible
> taxDeductible: boolean
Defined in
updatedAt
> updatedAt: Date