added belongsTo field to product

master
Piyush Harsh 5 years ago
parent 515e362858
commit 4a0b68ab4e
  1. 1
      types.go

@ -11,6 +11,7 @@ type Product struct {
ProductId string `json:"productId"`
ResourceId string `json:"resourceId"`
CustomerId string `json:"customerId"`
BelongsTo string `json:"belongsTo"`
Name string `json:"name"`
Type string `json:"type"`
Discount string `json:"discount"`

Loading…
Cancel
Save