This commit is contained in:
2025-04-03 13:26:27 +00:00
parent 05a2edc70c
commit 3e8b5c2869
13 changed files with 704 additions and 131 deletions

View File

@ -11,6 +11,7 @@ export interface IParty {
Name: string;
Address: IAddress;
Contact: IContact;
TaxRegistration?: string;
}
export interface IAddress {