sk_api_schema 0.8.6 → 0.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/json/v1.0/line_item.json +4 -2
- data/lib/sk_api_schema/version.rb +1 -1
- metadata +3 -3
data/json/v1.0/line_item.json
CHANGED
|
@@ -41,11 +41,13 @@
|
|
|
41
41
|
"type":"number"
|
|
42
42
|
},
|
|
43
43
|
"net_total":{
|
|
44
|
-
"description": "Net price of a single item",
|
|
44
|
+
"description": "Net price of a single item. Calculated from price_single * quantity * discount",
|
|
45
|
+
"readonly":true,
|
|
45
46
|
"type":"number"
|
|
46
47
|
},
|
|
47
48
|
"gross_total":{
|
|
48
|
-
"description": "Gross price ",
|
|
49
|
+
"description": "Gross price. Net total with taxes applied.",
|
|
50
|
+
"readonly":true,
|
|
49
51
|
"type":"number"
|
|
50
52
|
},
|
|
51
53
|
"tax":{
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sk_api_schema
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 49
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 8
|
|
9
|
-
-
|
|
10
|
-
version: 0.8.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.8.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Georg Leciejewski
|