You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/openapi.yaml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3369,6 +3369,21 @@ paths:
3369
3369
description: "If `true`, the name of the recipient's contact person will be shown on the issued documents. Available only if module `invoicing` is active."
3370
3370
examples:
3371
3371
- true
3372
+
showRecipientEmail:
3373
+
type: boolean
3374
+
description: "If `true`, the recipient's email address will be shown on the issued documents. Available only if module `invoicing` is active."
3375
+
examples:
3376
+
- true
3377
+
showRecipientPhone:
3378
+
type: boolean
3379
+
description: "If `true`, the recipient's phone number will be shown on the issued documents. Available only if module `invoicing` is active."
3380
+
examples:
3381
+
- true
3382
+
showRecipientDeliveryAddress:
3383
+
type: boolean
3384
+
description: "If `true`, the recipient's delivery address will be shown on the issued documents. Available only if module `invoicing` is active."
0 commit comments