Skip to content

Commit

Permalink
Add sendId (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc authored May 21, 2022
1 parent 2761de3 commit ad9a6d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type ClientInfo struct {

type Account struct {
AccountID string `json:"id"`
SendID string `json:"sendId"`
Balance int64 `json:"balance"`
CreditLimit int64 `json:"creditLimit"`
CurrencyCode int `json:"currencyCode"`
Expand Down

0 comments on commit ad9a6d7

Please sign in to comment.