BusinessParty constructor
BusinessParty({})
Constructor to initialize the business party's details.
Implementation
BusinessParty({
required super.address,
required super.name,
required super.taxId,
required this.buildingNumber,
required this.citySubdivision,
required this.city,
required this.postalZone,
required this.countryCode,
required this.schemeID,
required this.businessID,
});