aboutsummaryrefslogtreecommitdiffstats
path: root/cost.go
diff options
context:
space:
mode:
Diffstat (limited to 'cost.go')
-rw-r--r--cost.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cost.go b/cost.go
index 3d3c3dd..ac7ad7d 100644
--- a/cost.go
+++ b/cost.go
@@ -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"`