Update Transaction
This commit is contained in:
@@ -10,6 +10,8 @@ type TransactionListItem struct {
|
||||
SiteName string `json:"site_name"`
|
||||
Amount int64 `json:"amount"`
|
||||
PartnerName string `json:"partner_name"`
|
||||
Total int64 `json:"total"`
|
||||
Fee int64 `json:"fee"`
|
||||
}
|
||||
|
||||
type TransactionListResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user