Created
This commit is contained in:
12
entity/order_note.go
Normal file
12
entity/order_note.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package entity
|
||||
|
||||
// OrderNote order note properties
|
||||
type OrderNote struct {
|
||||
ID int `json:"id"`
|
||||
Author string `json:"author"`
|
||||
DateCreated string `json:"date_created"`
|
||||
DateCreatedGMT string `json:"date_created_gmt"`
|
||||
Note string `json:"note"`
|
||||
CustomerNote bool `json:"customer_note"`
|
||||
AddedByUser bool `json:"added_by_user"`
|
||||
}
|
||||
Reference in New Issue
Block a user