PaymentActivityResult.fromJson(Map<String, dynamic> json) { success = json['success']; responseMessage = json['response_message']; }