locationEditForm: added proofOfPaymentAttachmentType

This commit is contained in:
Knee Cola
2025-12-07 01:29:48 +01:00
parent 4dfed827b1
commit 2483b7bca5
4 changed files with 46 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ export interface BillingLocation {
/** (optional) method for showing payment instructions to tenant */
tenantPaymentMethod?: "none" | "iban" | "revolut" | null;
/** (optional) type of proof of payment attachment */
proofOfPaymentAttachmentType: "combined" | "per-bill";
/** (optional) tenant name */
tenantName?: string | null;
/** (optional) tenant street */