Skip to content

Commit

Permalink
Update customer model
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Dec 29, 2024
1 parent fea702d commit d0f2220
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/schemas/Customer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ properties:
nullable: true
enum: ['pdf', 'xrechnung']
description: "Choice between 'pdf' and 'xrechnung'. <strong>Since 2024.02.01</strong>"

marketing_opt_in:
type: boolean
nullable: true
description: "If the customer has opted in for marketing"

0 comments on commit d0f2220

Please sign in to comment.