seperate delivery and billig adresses in contract added

This commit is contained in:
2026-02-04 08:48:25 +01:00
parent 7a0f4461aa
commit f21eb20715
15 changed files with 922 additions and 216 deletions
+2
View File
@@ -274,6 +274,8 @@ export interface Contract {
status: ContractStatus;
addressId?: number;
address?: Address;
billingAddressId?: number;
billingAddress?: Address;
bankCardId?: number;
bankCard?: BankCard;
identityDocumentId?: number;