From 5319e2af4c4a11c90323db7359e8edced6edc1fc Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 9 May 2026 15:45:32 -0400 Subject: unmarshal /print-job-cost-calculations response --- print.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 print.go (limited to 'print.go') diff --git a/print.go b/print.go deleted file mode 100644 index 829a5ef..0000000 --- a/print.go +++ /dev/null @@ -1,14 +0,0 @@ -package lulu - -// printJobCostReq is the json body of a /print-job-cost-calculations/ request. -type printJobCostReq struct { - LineItems []CostCalcLineItem `json:"line_items"` - ShipAddr ShippingAddress `json:"shipping_address"` - ShipOpt ShippingLevel `json:"shipping_option"` -} - -type CostCalcLineItem struct { - NPages uint `json:"page_count"` - Mfg PkgId `json:"pod_package_id"` - Quantity uint -} -- cgit v1.2.3