Skip to content

Commit

Permalink
added originalMcc (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc authored Mar 13, 2021
1 parent 3a2bbae commit d3332b2
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 @@ -37,6 +37,7 @@ type Transaction struct {
Time epoch.Seconds `json:"time"`
Description string `json:"description"`
MCC int32 `json:"mcc"`
OriginalMCC int32 `json:"originalMcc"`
Hold bool `json:"hold"`
Amount int64 `json:"amount"`
OperationAmount int64 `json:"operationAmount"`
Expand Down

0 comments on commit d3332b2

Please sign in to comment.