Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
805491571c | ||
|
|
10a9427598 | ||
|
|
3816c67b95 |
@@ -39,4 +39,7 @@ type Client struct {
|
||||
type CustomField struct {
|
||||
Name string `json:"name"`
|
||||
Value string `json:"value"`
|
||||
Type string `json:"type,omitempty"`
|
||||
Options string `json:"options,omitempty"`
|
||||
Required bool `json:"required"`
|
||||
}
|
||||
|
||||
@@ -37,6 +37,7 @@ type Order struct {
|
||||
Token string `json:"token"`
|
||||
Created time.Time `json:"creationDate"`
|
||||
Modified time.Time `json:"modificationDate"`
|
||||
Completed time.Time `json:"completionDate"`
|
||||
Invoice string `json:"invoiceNumber"`
|
||||
Subtotal float64 `json:"subtotal,omitempty"`
|
||||
Currency string `json:"currency,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user