Transaction constructor
Transaction({})
Implementation
Transaction({
required this.email,
required this.reference,
required this.amount,
this.locale,
this.accessCode,
this.plan,
this.currency,
});
Transaction({
required this.email,
required this.reference,
required this.amount,
this.locale,
this.accessCode,
this.plan,
this.currency,
});