Invoice constructor
Invoice({})
Implementation
Invoice({
required this.title,
required this.description,
required this.startParameter,
required this.currency,
required this.totalAmount,
});
Invoice({
required this.title,
required this.description,
required this.startParameter,
required this.currency,
required this.totalAmount,
});