PaymentModel constructor
PaymentModel({})
Implementation
PaymentModel(
{required this.amount,
required this.currencyCode,
required this.customerName,
required this.paymentDescription,
required this.paymentReference,
required this.customerEmail,
this.customerPhoneNumber ="",
required this.paymentMethod});