Customer constructor
Customer({})
Implementation
Customer({
required this.object,
required this.id,
required this.invoiceSettings,
this.description,
this.email,
this.metadata,
this.name,
});
Customer({
required this.object,
required this.id,
required this.invoiceSettings,
this.description,
this.email,
this.metadata,
this.name,
});