Constructor to initialize the basic details of the party.
PartyBase({ required this.name, required this.taxId, required this.address, });