PaymentModel constructor
PaymentModel({})
Returns a new PaymentModel instance.
Implementation
PaymentModel({
required this.id,
required this.customerId,
required this.description,
required this.date,
required this.value,
required this.paymentMethod,
});