Consumer API · type

LedgerEntry

Generated schema definition for LedgerEntry.

Definition

graphql
type LedgerEntry {
account: Account
accountId: String!
addedAt: Date!
amount: Float!
asset: Asset
classification: LedgerAccountClassificationEnum
client: Client
createdAt: Date!
direction: LedgerEntryDirectionEnum!
fiatAmount: Float!
fiatCurrency: CurrencyCodeEnum!
id: String!
label: String
ledgerAccount: LedgerAccount
ledgerAccountId: String
notes: String
relatedFeeId: String
relatedTransferId: String
transaction: Transaction!
transactionId: String!
updatedAt: Date!
}