diff options
Diffstat (limited to 'cost.go')
| -rw-r--r-- | cost.go | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -19,12 +19,12 @@ type PrintJobCostLineItem struct { } type printJobCostReqShipAddr struct { - City string `json:"city"` - Country string `json:"country_code"` - PostCode string `json:"postcode"` - State string `json:"state_code"` - Street1 string `json:"street1"` - Phone string `json:"phone_number"` + City string `json:"city"` + Country string `json:"country_code"` + PostCode string `json:"postcode"` + State string `json:"state_code"` + Street1 string `json:"street1"` + Phone PhoneNumber `json:"phone_number"` } // PrintJobCost is the response from /print-job-cost-calculations/. |