InvoiceParty constructor
InvoiceParty({})
Implementation
InvoiceParty({
required this.name,
required this.street,
required this.postcode,
required this.city,
String? countryCode,
this.vatId,
this.taxId,
this.taxIdSchemeId = 'FC',
this.email,
}) : countryCode = countryCode ?? FacturSimpleConfig.defaultCountry;