seperate delivery and billig adresses in contract added
This commit is contained in:
@@ -274,6 +274,8 @@ export interface Contract {
|
||||
status: ContractStatus;
|
||||
addressId?: number;
|
||||
address?: Address;
|
||||
billingAddressId?: number;
|
||||
billingAddress?: Address;
|
||||
bankCardId?: number;
|
||||
bankCard?: BankCard;
|
||||
identityDocumentId?: number;
|
||||
|
||||
Reference in New Issue
Block a user