Skip to content

Commit ad9a6d7

Browse files
authored
Add sendId (#26)
1 parent 2761de3 commit ad9a6d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types.go

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ type ClientInfo struct {
1414

1515
type Account struct {
1616
AccountID string `json:"id"`
17+
SendID string `json:"sendId"`
1718
Balance int64 `json:"balance"`
1819
CreditLimit int64 `json:"creditLimit"`
1920
CurrencyCode int `json:"currencyCode"`

0 commit comments

Comments
 (0)