factory VerifyPaymentResponse.fromJson(Map<String, dynamic> json) => VerifyPaymentResponse( status: json["status"] ?? "", transactionId: json["transaction_id"] ?? "", );