This commit is contained in:
@@ -16,7 +16,7 @@ type Account struct {
|
||||
}
|
||||
|
||||
type Transaction struct {
|
||||
Amount string `json:"amount"`
|
||||
Amount float64 `json:"amount,string"`
|
||||
Details struct {
|
||||
ProcessingStatus string `json:"processing_status"`
|
||||
CounterParty struct {
|
||||
@@ -25,6 +25,6 @@ type Transaction struct {
|
||||
} `json:"details"`
|
||||
Description string `json:"description"`
|
||||
Date string `json:"date"`
|
||||
Type string `json:"fee"`
|
||||
Type string `json:"type"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user