json/v1.0/client.json in sk_api_schema-0.0.9 vs json/v1.0/client.json in sk_api_schema-0.0.10
- old
+ new
@@ -71,11 +71,12 @@
"description": "Last date when the record was edited.",
"format":"date-time",
"readonly":true,
"type":"string"
},
- "bank_number": {
- "description": "Number of the bank",
+ "payment_method":{
+ "description": "Default payment method for used for new documemts",
+ "enum":["cash","bank_transfer","credit_card","paypal","direct_debit","cheque"],
"type":"string"
},
"bank_name": {
"description": "Name of the bank.",
"type":"string"
\ No newline at end of file