CheckoutResponse constructor
CheckoutResponse({})
Implementation
CheckoutResponse({
required this.message,
required this.reference,
required this.status,
required this.method,
required this.name,
required this.verify,
required this.confidence_level,
required this.bvn,
required this.nin,
});