Account
Represents an account in a charter of accounts.
type Account {
createdAt: DateTime!
createdBy: String
eventId: ID!
externalAccountNumber: String
id: ID!
isMasterAccount: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
referenceNumber: String
type: AccountType!
uniqueCode: String
}
Fields
Account.createdAt ● DateTime! non-null scalar
The date and time the record was created.
Account.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
Account.eventId ● ID! non-null scalar
The identifier of the event the account is associated with.
Account.externalAccountNumber ● String scalar
The external account number for the account. Optional.
Account.id ● ID! non-null scalar
The unique identifier of the account.
Account.isMasterAccount ● Boolean! non-null scalar
A flag that determines whether the account is a master account.
Account.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
Account.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Account.name ● String! non-null scalar
The name of the account.
Account.referenceNumber ● String scalar
The reference number of the account. Optional.
Account.type ● AccountType! non-null enum
The type of the account.
Account.uniqueCode ● String scalar
The unique code for the account. Optional.
Member Of
AccountSetup object ● FunctionFeeType object ● InvoiceLineItemTax object ● JournalEntry object ● PayableItem object ● PaymentType object ● PaymentTypeFee object ● RegistrationType object ● SponsorshipPackage object