CustomerInfo constructor
CustomerInfo({})
Implementation
CustomerInfo({
this.address,
this.businessName,
required this.lastName,
required this.firstName,
required this.bvn,
required this.email,
required this.phone,
});