Types > XeroAccount
Commerce APITypesXeroAccount
XeroAccount

Description

Topic: Xero

Fields

account_id: String!

Unique account identifier. See also: Unique Identifiers

Example: "ebd06280-af70-4bed-97c6-7451a454ad85"


class: String!

Account class

Example: "ASSET"


code: String!

Account code

Example: "091"


name: String!

Account name

Example: "Business Savings Account"


payments: Boolean!

Whether account can have payments applied to it

Example: false


type: String!

Account type

Example: "BANK"


Used By

Queries

xeroAccounts

Preview (typescript)

Loading module