aboutsummaryrefslogtreecommitdiffstats
path: root/cost.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-13 10:44:57 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-13 10:45:41 -0400
commit56523fc6a304c09f252449342b10c52f7836c4aa (patch)
tree07cd85a92ba3c1393805a938fbc27b8ad18162b5 /cost.go
parent520f392ca5207f5364bbed501615613e3485b84b (diff)
downloadlulu-56523fc6a304c09f252449342b10c52f7836c4aa.zip
create print job
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"`