Skip to main content

TransactionCategorization

A label that describes a transaction. Comes with the probability of the label being relevant to the transaction.

type TransactionCategorization {
categoryId: ID!
description: String!
probability: Decimal!
}

Fields

categoryId ● ID! non-null scalar

description ● String! non-null scalar

probability ● Decimal! non-null scalar

A value between 0 and 1 indicating the accuracy of the categorization