diff options
Diffstat (limited to 'cost.go')
| -rw-r--r-- | cost.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ type printJobCostReq struct { ShipOpt ShippingLevel `json:"shipping_option"` } +// TODO: just use ShippingAddress? type printJobCostReqShipAddr struct { City string `json:"city"` Country string `json:"country_code"` |