aboutsummaryrefslogtreecommitdiffstats
path: root/cost.go
diff options
context:
space:
mode:
Diffstat (limited to 'cost.go')
-rw-r--r--cost.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/cost.go b/cost.go
index ab605ce..c0d340a 100644
--- a/cost.go
+++ b/cost.go
@@ -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/.