2016-12-15 15:55:11 +00:00
|
|
|
{
|
2020-10-20 07:44:44 +00:00
|
|
|
"name": "PayMethod",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2023-05-29 07:26:36 +00:00
|
|
|
"table": "payMethod"
|
2020-10-20 07:44:44 +00:00
|
|
|
}
|
2017-05-09 12:04:44 +00:00
|
|
|
},
|
2020-10-20 07:44:44 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2020-10-20 07:44:44 +00:00
|
|
|
"id": true,
|
|
|
|
"description": "Identifier"
|
|
|
|
},
|
2021-08-15 06:35:14 +00:00
|
|
|
"code": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2020-10-20 07:44:44 +00:00
|
|
|
"name": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"graceDays": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"outstandingDebt": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number"
|
2020-10-20 07:44:44 +00:00
|
|
|
},
|
2021-11-19 09:07:33 +00:00
|
|
|
"isIbanRequiredForClients": {
|
2021-11-08 14:04:33 +00:00
|
|
|
"type": "boolean"
|
|
|
|
},
|
2021-11-19 09:07:33 +00:00
|
|
|
"isIbanRequiredForSuppliers": {
|
2020-10-20 07:44:44 +00:00
|
|
|
"type": "boolean"
|
|
|
|
}
|
2016-12-15 15:55:11 +00:00
|
|
|
}
|
|
|
|
}
|