From d0f22205289b488c35e0a633c4a11a0f76bd44e9 Mon Sep 17 00:00:00 2001 From: Iain Date: Sun, 29 Dec 2024 12:43:16 +0100 Subject: [PATCH] Update customer model --- src/schemas/Customer.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/schemas/Customer.yaml b/src/schemas/Customer.yaml index 599eaad..99a6fcc 100644 --- a/src/schemas/Customer.yaml +++ b/src/schemas/Customer.yaml @@ -58,4 +58,7 @@ properties: nullable: true enum: ['pdf', 'xrechnung'] description: "Choice between 'pdf' and 'xrechnung'. Since 2024.02.01" - + marketing_opt_in: + type: boolean + nullable: true + description: "If the customer has opted in for marketing"