PaymentInfo constructor
PaymentInfo({})
Implementation
PaymentInfo({
required this.secretKey,
required this.reference,
required this.amount,
required this.country,
required this.currency,
required this.email,
required this.firstName,
required this.lastName,
this.metadata,
this.companyAssetImage,
this.paymentCard,
});