CustomerData constructor
CustomerData({})
Implementation
CustomerData({
required this.id,
required this.name,
required this.defaultPaymentMethod,
required this.description,
required this.email,
required this.invoicePrefix,
required this.createdAt,
required this.businessVatId,
required this.ewallet,
});