| 33 | } |
| 34 | |
| 35 | type MonitorCondition struct { |
| 36 | Precision float64 `json:"precision"` |
| 37 | Field string `json:"field"` |
| 38 | Operator string `json:"operator"` |
| 39 | Value float64 `json:"value"` |
| 40 | } |
| 41 | |
| 42 | // UpdateBalanceIdentity represents the payload required to update a balance's identity. |
| 43 | // Only the identity_id field is accepted. |
nothing calls this directly
no outgoing calls
no test coverage detected