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

Struct CreateAccount

api/model/account.go:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16package model
17
18type CreateAccount struct {
19 BankName string `json:"bank_name"`
20 Number string `json:"number"`
21 Currency string `json:"currency"`
22 IdentityId string `json:"identity_id"`
23 LedgerId string `json:"ledger_id"`
24 BalanceId string `json:"balance_id"`
25 MetaData map[string]interface{} `json:"meta_data"`
26}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected