Payment
Represents a payment.
type Payment {
comment: String
createdAt: DateTime!
createdBy: String
currency: Currency!
details: PaymentDetails
eventId: ID!
exportedAt: DateTime
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
lineItems: [PaymentLineItem!]!
paidAt: DateTime!
paidBy: Contact!
receiptNumber: String!
recordedAt: DateTime!
type: PaymentType!
}