Account

A debtor record containing transactions.

type Account {

  account: Long

  accountUuid: UUID

  usn: String

  alternateAccountNumber: String

  accountType: Int

  accountTerms: Int

  accountDisposition: Int

  discount: Int

  creationTime_iso: String

  creationTime: Milliseconds

  accountCostCentre: Int

  description: String

  taxable: Boolean

  taxSchedule: Int

  currency: String

  timezone: Int

  uoobject: Int

  custom: String

  # Arguments
  # filter: [Not documented]
  Subscriptions(filter: [SubscriptionFilter]): SubscriptionCursor

  # Arguments
  # filter: [Not documented]
  Txs(filter: [TxFilter]): [Tx]

  # Arguments
  # filter: [Not documented]
  Contact(filter: [AccountContactFilter]): [AccountContact]

  # Arguments
  # filter: [Not documented]
  Address(filter: [AccountAddressFilter]): [AccountAddress]

  # Arguments
  # filter: [Not documented]
  CostCentre(filter: [AccountCostCentreFilter]): AccountCostCentre

  # Arguments
  # filter: [Not documented]
  Tickets(filter: [TicketFilter]): TicketCursor

  # Arguments
  # filter: [Not documented]
  Bindings(filter: [BindingFilter]): BindingCursor

  # Arguments
  # filter: [Not documented]
  PaymentMethods(filter: [PaymentMethodFilter]): [PaymentMethod]
}

Required by

AllAccountCursor
AllAccountCursor
DraftInvoice
Draft invoice
Query
Smile’s GraphQL Query type
SearchResult
A single result from a search query
Subscription
A subscription to a service
Ticket
Tickets (work orders)
Tx
Information about a credit or debit that has been applied to an Account
TxDetail
Detailed information about a (possibly draft) transaction