2024-07-30 23:51:53 +07:00

8 lines
164 B
Go

package response
type Balance struct {
PartnerID int64 `json:"partner_id"`
Balance float64 `json:"balance"`
AuthBalance float64 `json:"auth_balance"`
}