MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / ExternalTransaction

Struct ExternalTransaction

model/reconciliation_model.go:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type ExternalTransaction struct {
29 ID string `json:"id"`
30 Amount float64 `json:"amount"`
31 Reference string `json:"reference"`
32 Currency string `json:"currency"`
33 Description string `json:"description"`
34 Date time.Time `json:"date"`
35 Source string `json:"source"`
36}
37
38type Reconciliation struct {
39 ID int64 `json:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected