natsio/model/notification_request.go

8 lines
193 B
Go
Raw Normal View History

2022-11-04 03:28:09 +00:00
package model
type NotificationSupplierChangeBalanceRequestApprovedReq struct {
SupplierID string `json:"supplierId"`
Cash float64 `json:"cash"`
Reason string `json:"reason"`
}