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

Struct Match

model/reconciliation_model.go:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import "time"
19
20type Match struct {
21 ExternalTransactionID string
22 InternalTransactionID string
23 ReconciliationID string
24 Amount float64
25 Date time.Time
26}
27
28type ExternalTransaction struct {
29 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected