# `Beancount.Property.Diff`
[🔗](https://github.com/thanos/beancount_ex/blob/v0.6.0/lib/beancount/property/diff.ex#L1)

Structured difference between oracle and native engine results.

# `t`

```elixir
@type t() :: %Beancount.Property.Diff{
  callback: :check | :query | nil,
  message: String.t() | nil,
  native: term(),
  oracle: term()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
