updated product struct definition to include billable field

master
Piyush Harsh 5 years ago
parent c0d8f7e4cb
commit 9a8ef3a0ed
  1. 1
      .gitignore
  2. 1
      types.go

1
.gitignore vendored

@ -0,0 +1 @@
.idea/*

@ -14,6 +14,7 @@ type Product struct {
Type string `json:"type"`
Discount string `json:"discount"`
CancelDate string `json:"cancelDate"`
Billable string `json:"billable"`
ApiLink string `json:"apiLink"`
}

Loading…
Cancel
Save