From 56523fc6a304c09f252449342b10c52f7836c4aa Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 13 May 2026 10:44:57 -0400 Subject: create print job --- cost.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cost.go') 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"` -- cgit v1.2.3