JournalEntryContact
Represents the details of the contact associated with the journal entry when it was created.
type JournalEntryContact {
internalNumber: PositiveInt
name: String
}
Fields
JournalEntryContact.internalNumber
● PositiveInt
scalar
An event-scoped human readable ID number for a contact that is automatically generated by EventsAir. Optional.
JournalEntryContact.name
● String
scalar
The name of the contact. Optional.
Member Of
JournalEntry
object