| 16 | package model |
| 17 | |
| 18 | type 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected