Skip to main content

UserDonationData

Aggregated lifetime donation totals for a user. LEGACY: donations are no longer purchasable. Returned by the deprecated myDonationData query.

type UserDonationData {
totalAmountCents: String!
currency: String!
}

Fields

UserDonationData.totalAmountCents ● String! non-null scalar

Lifetime donation total in minor currency units (cents), as a decimal string.

UserDonationData.currency ● String! non-null scalar

ISO currency code for the total, e.g. "usd".

Returned By

myDonationData query