We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213612b + 3a7a69f commit b45510dCopy full SHA for b45510d
client.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
const (
21
- ClientVersion = "2.2.0"
+ ClientVersion = "2.2.1"
22
Endpoint = "https://rest.messagebird.com"
23
24
hlr.go
@@ -9,6 +9,7 @@ type HLR struct {
9
Network int
10
Reference string
11
Status string
12
+ Details map[string]interface{}
13
CreatedDatetime *time.Time
14
StatusDatetime *time.Time
15
Errors []Error
0 commit comments