json/v1.0/recurring.json in sk_api_schema-0.1.1 vs json/v1.0/recurring.json in sk_api_schema-0.1.2
- old
+ new
@@ -68,9 +68,14 @@
"description": "Decimal places for displayed(printed) money values. gross_total and net_total will always be displayed rounded to a precision of 2. When greater 2 use net_total_base(also in line_item) to show the net val with the set precision(3,4).",
"type":"number",
"enum": [2,3,4],
"default":2
},
+ "language":{
+ "description": "Should be a valid language short-code: de-DE, fr, en-GB; like defined in your account language menu. When the document is emailed or printed, a localized version of a multi-language template(email, pdf) will be used if available. Defaults to the clients language, if empty and a client is assigned.",
+ "type":"string",
+ "maxLength": 10
+ },
"client":{
"description": "The client for the document. New documents cannot create a client, use client_id field to set it.",
"readonly":true,
"type":"object",
"properties":{"$ref":"./client.json#properties"}