Skip to main content

InterfaceDonation

talawa-apiDocs


talawa-api / models/Donation / InterfaceDonation

Interface: InterfaceDonation

Interface representing a document for a donation in MongoDB.

Properties

amount

> amount: number

Defined in

src/models/Donation.ts:14


createdAt

> createdAt: Date

Defined in

src/models/Donation.ts:15


nameOfOrg

> nameOfOrg: string

Defined in

src/models/Donation.ts:11


nameOfUser

> nameOfUser: string

Defined in

src/models/Donation.ts:13


orgId

> orgId: string | ObjectId

Defined in

src/models/Donation.ts:10


payPalId

> payPalId: string

Defined in

src/models/Donation.ts:12


updatedAt

> updatedAt: Date

Defined in

src/models/Donation.ts:16


userId

> userId: string | ObjectId

Defined in

src/models/Donation.ts:9