Init
This commit is contained in:
9
http/pricing.go
Normal file
9
http/pricing.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package http
|
||||
|
||||
type ProductPriceRequest struct {
|
||||
ProductId int `json:"product_id"`
|
||||
}
|
||||
|
||||
type ProductPriceResponse struct {
|
||||
Price float64 `json:"price"`
|
||||
}
|
||||
Reference in New Issue
Block a user