Lines 106-112
Link Here
|
106 |
"boolean", |
106 |
"boolean", |
107 |
"null" |
107 |
"null" |
108 |
], |
108 |
], |
109 |
"description": "Is the library taxed when buying to this vendor" |
109 |
"description": "Is the library taxed when buying from this vendor" |
110 |
}, |
110 |
}, |
111 |
"list_includes_gst": { |
111 |
"list_includes_gst": { |
112 |
"type": [ |
112 |
"type": [ |
Lines 127-147
Link Here
|
127 |
"number", |
127 |
"number", |
128 |
"null" |
128 |
"null" |
129 |
], |
129 |
], |
130 |
"description": "Tax rate" |
130 |
"description": "Default tax rate for items ordered from this vendor" |
131 |
}, |
131 |
}, |
132 |
"discount": { |
132 |
"discount": { |
133 |
"type": [ |
133 |
"type": [ |
134 |
"number", |
134 |
"number", |
135 |
"null" |
135 |
"null" |
136 |
], |
136 |
], |
137 |
"description": "Discount offered on all items ordered from this vendor" |
137 |
"description": "Default discount rate for items ordered from this vendor" |
138 |
}, |
138 |
}, |
139 |
"deliverytime": { |
139 |
"deliverytime": { |
140 |
"type": [ |
140 |
"type": [ |
141 |
"integer", |
141 |
"integer", |
142 |
"null" |
142 |
"null" |
143 |
], |
143 |
], |
144 |
"description": "Vendor expected delivery time (in days)" |
144 |
"description": "Expected delivery time (in days)" |
145 |
} |
145 |
} |
146 |
}, |
146 |
}, |
147 |
"additionalProperties": false, |
147 |
"additionalProperties": false, |
148 |
- |
|
|