| 26 | } |
| 27 | |
| 28 | type CreateBalanceMonitor struct { |
| 29 | BalanceId string `json:"balance_id"` |
| 30 | Condition MonitorCondition `json:"condition"` |
| 31 | CallBackURL string `json:"call_back_url"` |
| 32 | MetaData map[string]interface{} `json:"meta_data"` |
| 33 | } |
| 34 | |
| 35 | type MonitorCondition struct { |
| 36 | Precision float64 `json:"precision"` |
nothing calls this directly
no outgoing calls
no test coverage detected