We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2761de3 commit ad9a6d7Copy full SHA for ad9a6d7
types.go
@@ -14,6 +14,7 @@ type ClientInfo struct {
14
15
type Account struct {
16
AccountID string `json:"id"`
17
+ SendID string `json:"sendId"`
18
Balance int64 `json:"balance"`
19
CreditLimit int64 `json:"creditLimit"`
20
CurrencyCode int `json:"currencyCode"`
0 commit comments