Skip to main content

PaymentRecipient

A recipient involved in a payment

type PaymentRecipient {
amount: DollarFormats!
fundraiser: Fundraiser
group: Group
id: ID!
transactionsCount: Int!
}

Fields

PaymentRecipient.amount ● DollarFormats! non-null object

Amount to this recipient for a payment

PaymentRecipient.fundraiser ● Fundraiser object

Fundraiser

PaymentRecipient.group ● Group object

Fundraiser's Group

PaymentRecipient.id ● ID! non-null scalar

ID for Payment Recipient

PaymentRecipient.transactionsCount ● Int! non-null scalar

The number of transactions included in this payment

Member of

PaymentRecipientEdge object