@@ -, +, @@ --- api/v1/swagger/definitions/accountline.json | 3 --- api/v1/swagger/paths/accountlines.json | 3 --- 2 files changed, 6 deletions(-) --- a/api/v1/swagger/definitions/accountline.json +++ a/api/v1/swagger/definitions/accountline.json @@ -48,9 +48,6 @@ }, "manager_id": { "description": "Borrowernumber of user that created the account line" - }, - "meansofpayment": { - "description": "Means of payment" } } } --- a/api/v1/swagger/paths/accountlines.json +++ a/api/v1/swagger/paths/accountlines.json @@ -62,9 +62,6 @@ }, "note": { "description": "Accountline note" - }, - "meansofpayment": { - "description": "Means of payment" } } } --