diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-13 10:44:57 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-13 10:45:41 -0400 |
| commit | 56523fc6a304c09f252449342b10c52f7836c4aa (patch) | |
| tree | 07cd85a92ba3c1393805a938fbc27b8ad18162b5 /cost.go | |
| parent | 520f392ca5207f5364bbed501615613e3485b84b (diff) | |
| download | lulu-56523fc6a304c09f252449342b10c52f7836c4aa.zip | |
create print job
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"` |